Switch to unified view
a/src/rcldb/rcldb.cpp | b/src/rcldb/rcldb.cpp | ||
---|---|---|---|
1 | #ifndef lint |
1 | #ifndef lint |
2 | static char rcsid[] = "@(#$Id: rcldb.cpp,v 1.27 2005-04-05 09:35:35 dockes Exp $ (C) 2004 J.F.Dockes"; |
2 | static char rcsid[] = "@(#$Id: rcldb.cpp,v 1.28 2005-04-06 10:20:11 dockes Exp $ (C) 2004 J.F.Dockes"; |
3 | #endif |
3 | #endif |
4 | #include <stdio.h> |
4 | #include <stdio.h> |
5 | #include <sys/stat.h> |
5 | #include <sys/stat.h> |
6 | 6 | ||
7 | #include <iostream> |
7 | #include <iostream> |
8 | #include <string> |
8 | #include <string> |
9 | #include <vector> |
9 | #include <vector> |
10 | #include <algorithm> |
||
10 | 11 | ||
11 | using namespace std; |
12 | using namespace std; |
12 | 13 | ||
13 | #include "rcldb.h" |
14 | #include "rcldb.h" |
14 | #include "textsplit.h" |
15 | #include "textsplit.h" |