Switch to unified view
a/src/qtgui/plaintorich.cpp | b/src/qtgui/plaintorich.cpp | ||
---|---|---|---|
1 | #ifndef lint |
1 | #ifndef lint |
2 | static char rcsid[] = "@(#$Id: plaintorich.cpp,v 1.5 2005-11-16 11:22:51 dockes Exp $ (C) 2005 J.F.Dockes"; |
2 | static char rcsid[] = "@(#$Id: plaintorich.cpp,v 1.6 2005-11-24 07:16:16 dockes Exp $ (C) 2005 J.F.Dockes"; |
3 | #endif |
3 | #endif |
4 | 4 | ||
5 | 5 | ||
6 | #include <string> |
6 | #include <string> |
7 | #include <utility> |
7 | #include <utility> |
8 | #include <list> |
8 | #include <list> |
9 | #ifndef NO_NAMESPACES |
||
9 | using std::list; |
10 | using std::list; |
10 | using std::pair; |
11 | using std::pair; |
12 | #endif /* NO_NAMESPACES */ |
||
11 | 13 | ||
12 | #include "rcldb.h" |
14 | #include "rcldb.h" |
13 | #include "rclconfig.h" |
15 | #include "rclconfig.h" |
14 | #include "debuglog.h" |
16 | #include "debuglog.h" |
15 | #include "textsplit.h" |
17 | #include "textsplit.h" |