Regularize include paths for some postgresql headers.

Addresses #411
pull/407/head
Matthew Seaman 2016-03-30 12:20:35 +01:00
parent 7457419173
commit 9acce4edf5
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@
*-------------------------------------------------------------------------
*/
#include "internal/c.h"
#include "c.h"
#include "libpq-fe.h"
#include "internal/libpq-int.h"
#include "libpq-int.h"
#include "distributed/test_helper_functions.h"