Switch to unified view
a/src/rcldb/stemdb.cpp | b/src/rcldb/stemdb.cpp | ||
---|---|---|---|
... |
... |
||
10 | 10 | ||
11 | #include <algorithm> |
11 | #include <algorithm> |
12 | #include <map> |
12 | #include <map> |
13 | 13 | ||
14 | #include <xapian.h> |
14 | #include <xapian.h> |
15 | #include <xapian/stem.h> |
||
16 | 15 | ||
17 | #include "stemdb.h" |
16 | #include "stemdb.h" |
18 | #include "wipedir.h" |
17 | #include "wipedir.h" |
19 | #include "pathut.h" |
18 | #include "pathut.h" |
20 | #include "debuglog.h" |
19 | #include "debuglog.h" |