summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/access/gist/gistget.c')
-rw-r--r--src/backend/access/gist/gistget.c22
1 files changed, 9 insertions, 13 deletions
diff --git a/src/backend/access/gist/gistget.c b/src/backend/access/gist/gistget.c
index 01c93da00c..1a9a01a6a8 100644
--- a/src/backend/access/gist/gistget.c
+++ b/src/backend/access/gist/gistget.c
@@ -11,22 +11,18 @@
*-------------------------------------------------------------------------
*/
-#include <stdio.h>
-#include <time.h>
+#include <postgres.h>
-#include "postgres.h"
-
-#include "access/relscan.h"
-#include "storage/bufpage.h"
-#include "access/sdir.h"
-#include "access/itup.h"
-#include "access/gist.h"
-#include "executor/execdebug.h"
-#include "utils/palloc.h"
-#include "storage/bufmgr.h"
+#include <access/relscan.h>
+#include <storage/bufpage.h>
+#include <access/sdir.h>
+#include <access/itup.h>
+#include <access/gist.h>
+#include <executor/execdebug.h>
+#include <storage/bufmgr.h>
#ifndef HAVE_MEMMOVE
-# include "regex/utils.h"
+# include <regex/utils.h>
#else
# include <string.h>
#endif