Switch to unified view
a/src/rcldb/rclabstract.cpp | b/src/rcldb/rclabstract.cpp | ||
---|---|---|---|
... |
... |
||
17 | #include "autoconfig.h" |
17 | #include "autoconfig.h" |
18 | 18 | ||
19 | #include <math.h> |
19 | #include <math.h> |
20 | 20 | ||
21 | #include <map> |
21 | #include <map> |
22 | #include "unordered_defs.h" |
||
23 | |||
24 | using namespace std; |
||
25 | 22 | ||
26 | #include "debuglog.h" |
23 | #include "debuglog.h" |
27 | #include "rcldb.h" |
24 | #include "rcldb.h" |
28 | #include "rcldb_p.h" |
25 | #include "rcldb_p.h" |
29 | #include "rclquery.h" |
26 | #include "rclquery.h" |
30 | #include "rclquery_p.h" |
27 | #include "rclquery_p.h" |
31 | #include "textsplit.h" |
28 | #include "textsplit.h" |
32 | #include "searchdata.h" |
29 | #include "searchdata.h" |
33 | #include "utf8iter.h" |
30 | #include "utf8iter.h" |
34 | #include "hldata.h" |
31 | #include "hldata.h" |
32 | |||
33 | using namespace std; |
||
35 | 34 | ||
36 | namespace Rcl { |
35 | namespace Rcl { |
37 | // This is used as a marker inside the abstract frag lists, but |
36 | // This is used as a marker inside the abstract frag lists, but |
38 | // normally doesn't remain in final output (which is built with a |
37 | // normally doesn't remain in final output (which is built with a |
39 | // custom sep. by our caller). |
38 | // custom sep. by our caller). |