diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-15 22:40:16 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-15 22:40:16 +0000 |
commit | 2e6b1e63a3f4990594af94afe1b3cef90ae752b5 (patch) | |
tree | bb72a1ec4e38514c726a73b1344971307c2db01e /src/backend/commands/sequence.c | |
parent | 40a89e08b2d7bb592d940e56f696df4a6459e7a3 (diff) | |
download | postgresql-2e6b1e63a3f4990594af94afe1b3cef90ae752b5.tar.gz postgresql-2e6b1e63a3f4990594af94afe1b3cef90ae752b5.zip |
Remove unused #includes in *.c files.
Diffstat (limited to 'src/backend/commands/sequence.c')
-rw-r--r-- | src/backend/commands/sequence.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/backend/commands/sequence.c b/src/backend/commands/sequence.c index a6f18e01d3d..f8fbf5f570f 100644 --- a/src/backend/commands/sequence.c +++ b/src/backend/commands/sequence.c @@ -11,11 +11,7 @@ #include <postgres.h> #include <miscadmin.h> -#include <storage/bufmgr.h> -#include <storage/bufpage.h> -#include <storage/lmgr.h> #include <access/heapam.h> -#include <nodes/parsenodes.h> #include <commands/creatinh.h> #include <commands/sequence.h> #include <utils/builtins.h> |