Switch to unified view

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