diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-09-01 10:03:22 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-09-01 10:04:27 -0400 |
commit | 6416a82a62db4e66b2edb0fa8fc83a580c3f1931 (patch) | |
tree | 748a06b7c1a122d741b87a6b11217d7749b64fe2 /src/backend/executor/nodeBitmapIndexscan.c | |
parent | 63d06ef59156719efd0208c62e764a69611b3f12 (diff) | |
download | postgresql-6416a82a62db4e66b2edb0fa8fc83a580c3f1931.tar.gz postgresql-6416a82a62db4e66b2edb0fa8fc83a580c3f1931.zip |
Remove unnecessary #include references, per pgrminclude script.
Diffstat (limited to 'src/backend/executor/nodeBitmapIndexscan.c')
-rw-r--r-- | src/backend/executor/nodeBitmapIndexscan.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/executor/nodeBitmapIndexscan.c b/src/backend/executor/nodeBitmapIndexscan.c index 4de54ea55f6..9a56fd4b9fd 100644 --- a/src/backend/executor/nodeBitmapIndexscan.c +++ b/src/backend/executor/nodeBitmapIndexscan.c @@ -21,7 +21,6 @@ */ #include "postgres.h" -#include "access/genam.h" #include "executor/execdebug.h" #include "executor/instrument.h" #include "executor/nodeBitmapIndexscan.h" |