Make include files work without having to include other ones first

This commit is contained in:
Peter Eisentraut 2012-06-10 12:43:00 +03:00
parent 28ac797287
commit 8570114dc1
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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);