From 3c0f8ed4ae8659d754eacb8c458aa45d983b44f2 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Tue, 27 Aug 1996 22:15:17 +0000 Subject: Remove all traces of machine.h and redundant calls to c.h where postgres.h already pulled in (postgres.h includes c.h) --- src/backend/access/gist/gistscan.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/backend/access/gist/gistscan.c') 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" -- cgit v1.2.3