Make include files work without having to include other ones first
This commit is contained in:
parent
28ac797287
commit
8570114dc1
@ -14,6 +14,7 @@
|
||||
#ifndef HIO_H
|
||||
#define HIO_H
|
||||
|
||||
#include "access/heapam.h"
|
||||
#include "access/htup.h"
|
||||
#include "utils/relcache.h"
|
||||
#include "storage/buf.h"
|
||||
|
@ -15,6 +15,7 @@
|
||||
#define JSON_H
|
||||
|
||||
#include "fmgr.h"
|
||||
#include "lib/stringinfo.h"
|
||||
|
||||
extern Datum json_in(PG_FUNCTION_ARGS);
|
||||
extern Datum json_out(PG_FUNCTION_ARGS);
|
||||
|
Loading…
Reference in New Issue
Block a user