OSDN Git Service

More cleaned out #include files
authorMarc G. Fournier <scrappy@hub.org>
Tue, 5 Nov 1996 08:19:01 +0000 (08:19 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 5 Nov 1996 08:19:01 +0000 (08:19 +0000)
Makefile fixed for fmgr.h

src/backend/access/gist/Makefile
src/backend/access/gist/gist.c
src/backend/access/gist/gistget.c
src/backend/access/gist/gistscan.c
src/backend/access/gist/giststrat.c

index b87c0e8..c0f811a 100644 (file)
@@ -4,14 +4,15 @@
 #    Makefile for access/gist
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/backend/access/gist/Makefile,v 1.2 1996/11/03 09:06:47 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/backend/access/gist/Makefile,v 1.3 1996/11/05 08:18:42 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
 SRCDIR = ../../..
 include ../../../Makefile.global
 
-INCLUDE_OPT = -I../../port/$(PORTNAME) \
+INCLUDE_OPT = -I../.. \
+              -I../../port/$(PORTNAME) \
               -I../../../include
 
 CFLAGS+=$(INCLUDE_OPT)
index ad817f9..fa29a96 100644 (file)
  *-------------------------------------------------------------------------
  */
 
-#include "postgres.h"
-
-#include "fmgr.h"
-#include "access/genam.h"
-#include "access/gist.h"
-#include "access/gistscan.h"
-#include "access/heapam.h"
-#include "catalog/index.h"
-#include "executor/executor.h"
-#include "storage/bufmgr.h"
-#include "storage/bufpage.h"
-#include "storage/lmgr.h"
-#include "utils/palloc.h"
-#include "utils/syscache.h"
+#include <postgres.h>
+
+#include <fmgr.h>
+#include <access/genam.h>
+#include <access/gist.h>
+#include <access/gistscan.h>
+#include <access/heapam.h>
+#include <catalog/index.h>
+#include <executor/executor.h>
+#include <storage/bufmgr.h>
+#include <storage/bufpage.h>
+#include <storage/lmgr.h>
+#include <utils/syscache.h>
 
 #ifndef HAVE_MEMMOVE
-# include "regex/utils.h"
+# include <regex/utils.h>
+#else
+# include <string.h>
 #endif
 
 /* non-export function prototypes */
index 01c93da..1a9a01a 100644 (file)
  *-------------------------------------------------------------------------
  */
 
-#include <stdio.h>
-#include <time.h>
+#include <postgres.h>
 
-#include "postgres.h"
-
-#include "access/relscan.h"
-#include "storage/bufpage.h"
-#include "access/sdir.h"
-#include "access/itup.h"
-#include "access/gist.h"
-#include "executor/execdebug.h"
-#include "utils/palloc.h"
-#include "storage/bufmgr.h"
+#include <access/relscan.h>
+#include <storage/bufpage.h>
+#include <access/sdir.h>
+#include <access/itup.h>
+#include <access/gist.h>
+#include <executor/execdebug.h>
+#include <storage/bufmgr.h>
 
 #ifndef HAVE_MEMMOVE
-# include "regex/utils.h"
+# include <regex/utils.h>
 #else
 # include <string.h>
 #endif
index bab14ba..0f3ce3b 100644 (file)
  *-------------------------------------------------------------------------
  */
 
-#include <stdio.h>
-#include <time.h>
+#include <postgres.h>
 
-#include "postgres.h"
-
-#include "access/relscan.h"
-#include "access/gist.h"
-#include "access/genam.h"
-#include "storage/lmgr.h" 
+#include <access/gist.h>
+#include <access/genam.h>
+#include <access/rtree.h>
+#include <storage/bufmgr.h>
+#include <access/giststrat.h>
+#include <storage/lmgr.h> 
 
 #ifndef HAVE_MEMMOVE
-# include "regex/utils.h"
+# include <regex/utils.h>
 #else
 # include <string.h>
 #endif
 
-#include "utils/palloc.h"
-
-#include "storage/block.h"
-#include "storage/off.h"  
-#include "access/rtree.h"
-
-#include "storage/bufmgr.h"
-
-#include "access/giststrat.h"
-
 /* routines defined and used here */
 static void gistregscan(IndexScanDesc s);
 static void gistdropscan(IndexScanDesc s);
index d4d9523..fd9ab84 100644 (file)
  *-------------------------------------------------------------------------
  */
 
-#include "postgres.h"
+#include <postgres.h>
  
-#include "access/gist.h"
-#include "access/istrat.h"
+#include <access/gist.h>
+#include <access/istrat.h>
 
 /*
  *  Note:  negate, commute, and negatecommute all assume that operators are