|
a/src/rcldb/stemdb.cpp |
|
b/src/rcldb/stemdb.cpp |
|
... |
|
... |
20 |
* terms
|
20 |
* terms
|
21 |
*/
|
21 |
*/
|
22 |
|
22 |
|
23 |
#include "autoconfig.h"
|
23 |
#include "autoconfig.h"
|
24 |
|
24 |
|
25 |
#include <unistd.h>
|
25 |
#include "safeunistd.h"
|
26 |
|
26 |
|
27 |
#include <algorithm>
|
27 |
#include <algorithm>
|
28 |
#include <map>
|
28 |
#include <map>
|
29 |
#include <iostream>
|
29 |
#include <iostream>
|
|
|
30 |
#include <string>
|
30 |
using namespace std;
|
31 |
using namespace std;
|
31 |
|
32 |
|
32 |
#include <xapian.h>
|
33 |
#include <xapian.h>
|
33 |
|
34 |
|
34 |
#include "stemdb.h"
|
35 |
#include "stemdb.h"
|