mirror of https://github.com/citusdata/citus.git
Fixes header files
parent
d8b329767c
commit
a37e542ba8
|
@ -2,12 +2,12 @@
|
|||
|
||||
#include "access/genam.h"
|
||||
#include "access/htup_details.h"
|
||||
#include "access/table.h"
|
||||
#include "catalog/pg_shdescription.h"
|
||||
|
||||
#include "nodes/parsenodes.h"
|
||||
#include "server/access/table.h"
|
||||
#include "server/utils/rel.h"
|
||||
#include "utils/builtins.h"
|
||||
#include "utils/rel.h"
|
||||
|
||||
#include "distributed/comment.h"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "postgres.h"
|
||||
|
||||
#include "server/nodes/parsenodes.h"
|
||||
#include "nodes/parsenodes.h"
|
||||
|
||||
typedef struct CommentStmtType
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue