aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/file/fileset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/storage/file/fileset.c')
-rw-r--r--src/backend/storage/file/fileset.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/storage/file/fileset.c b/src/backend/storage/file/fileset.c
index 41130bd2908..5746b8f935f 100644
--- a/src/backend/storage/file/fileset.c
+++ b/src/backend/storage/file/fileset.c
@@ -23,14 +23,11 @@
#include <limits.h>
-#include "catalog/pg_tablespace.h"
#include "commands/tablespace.h"
#include "common/file_utils.h"
#include "common/hashfn.h"
#include "miscadmin.h"
-#include "storage/ipc.h"
#include "storage/fileset.h"
-#include "utils/builtins.h"
static void FileSetPath(char *path, FileSet *fileset, Oid tablespace);
static void FilePath(char *path, FileSet *fileset, const char *name);