Regularize include paths for some postgresql headers.

Addresses #411
pull/449/head
Matthew Seaman 2016-03-30 12:20:35 +01:00 committed by Andres Freund
parent 897a1126e7
commit b1a3801e58
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"