Switch to unified view

a/src/query/xadump.cpp b/src/query/xadump.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: xadump.cpp,v 1.14 2007-01-13 14:41:40 dockes Exp $ (C) 2004 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: xadump.cpp,v 1.15 2007-05-30 12:31:19 dockes Exp $ (C) 2004 J.F.Dockes";
3
#endif
3
#endif
4
/*
4
/*
5
 *   This program is free software; you can redistribute it and/or modify
5
 *   This program is free software; you can redistribute it and/or modify
6
 *   it under the terms of the GNU General Public License as published by
6
 *   it under the terms of the GNU General Public License as published by
7
 *   the Free Software Foundation; either version 2 of the License, or
7
 *   the Free Software Foundation; either version 2 of the License, or
...
...
22
22
23
#include <iostream>
23
#include <iostream>
24
#include <string>
24
#include <string>
25
#include <vector>
25
#include <vector>
26
26
27
#include "transcode.h"
28
29
#ifndef NO_NAMESPACES
27
#ifndef NO_NAMESPACES
30
using namespace std;
28
using namespace std;
31
#endif /* NO_NAMESPACES */
29
#endif /* NO_NAMESPACES */
32
30
33
#include "xapian.h"
31
#include "xapian.h"