mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
move include file up
This commit is contained in:
parent
a4de87cfeb
commit
8862c5f750
1 changed files with 2 additions and 1 deletions
|
@ -25,12 +25,13 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <set>
|
#include <set>
|
||||||
|
|
||||||
|
#include <libpq-fe.h>
|
||||||
|
|
||||||
#include "strwpf.h"
|
#include "strwpf.h"
|
||||||
#include "xwrelay.h"
|
#include "xwrelay.h"
|
||||||
#include "xwrelay_priv.h"
|
#include "xwrelay_priv.h"
|
||||||
#include "devid.h"
|
#include "devid.h"
|
||||||
#include "strwpf.h"
|
#include "strwpf.h"
|
||||||
#include <libpq-fe.h>
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue