Switch to unified view

a/src/rcldb/stemdb.cpp b/src/rcldb/stemdb.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: stemdb.cpp,v 1.1 2006-04-13 09:50:03 dockes Exp $ (C) 2005 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: stemdb.cpp,v 1.2 2006-05-02 09:49:06 dockes Exp $ (C) 2005 J.F.Dockes";
3
#endif
3
#endif
4
5
/**
6
 * Management of the auxiliary databases listing stems and their expansion 
7
 * terms
8
 */
9
#include <unistd.h>
4
10
5
#include <algorithm>
11
#include <algorithm>
6
#include <map>
12
#include <map>
7
13
8
#include <xapian.h>
14
#include <xapian.h>