diff options
Diffstat (limited to 'src/backend/commands/dbcommands.c')
-rw-r--r-- | src/backend/commands/dbcommands.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/backend/commands/dbcommands.c b/src/backend/commands/dbcommands.c index 6b54264ff7..06dad3cec1 100644 --- a/src/backend/commands/dbcommands.c +++ b/src/backend/commands/dbcommands.c @@ -38,11 +38,9 @@ #include "mb/pg_wchar.h" #include "miscadmin.h" #include "postmaster/bgwriter.h" -#include "storage/fd.h" #include "storage/freespace.h" #include "storage/procarray.h" #include "utils/acl.h" -#include "utils/array.h" #include "utils/builtins.h" #include "utils/flatfiles.h" #include "utils/fmgroids.h" |