Switch to unified view

a/src/rcldb/expansiondbs.h b/src/rcldb/expansiondbs.h
...
...
19
19
20
#include <string>
20
#include <string>
21
#include <vector>
21
#include <vector>
22
22
23
#include <xapian.h>
23
#include <xapian.h>
24
25
#include "unacpp.h"
24
26
25
/** Specialization and overall creation code for the term expansion mechanism
27
/** Specialization and overall creation code for the term expansion mechanism
26
 * defined in synfamily.h
28
 * defined in synfamily.h
27
 */
29
 */
28
namespace Rcl {
30
namespace Rcl {