diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-08-27 22:15:17 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-08-27 22:15:17 +0000 |
commit | 3c0f8ed4ae8659d754eacb8c458aa45d983b44f2 (patch) | |
tree | 8d6b423d6e645d540afb76422a823ee83607cae8 /src/backend/access/gist/gistscan.c | |
parent | a88b72ea39f82e3bad18b173a275180476363ec0 (diff) | |
download | postgresql-3c0f8ed4ae8659d754eacb8c458aa45d983b44f2.tar.gz postgresql-3c0f8ed4ae8659d754eacb8c458aa45d983b44f2.zip |
Remove all traces of machine.h and redundant calls to c.h where
postgres.h already pulled in (postgres.h includes c.h)
Diffstat (limited to 'src/backend/access/gist/gistscan.c')
-rw-r--r-- | src/backend/access/gist/gistscan.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/access/gist/gistscan.c b/src/backend/access/gist/gistscan.c index f09c52019b1..fd9f8e1a5fc 100644 --- a/src/backend/access/gist/gistscan.c +++ b/src/backend/access/gist/gistscan.c @@ -9,7 +9,6 @@ * *------------------------------------------------------------------------- */ -#include "c.h" #include "postgres.h" #include "storage/bufmgr.h" |