From 9247b29228c05e1e368c14d339fcbabeb27b426b Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Tue, 27 Aug 1996 21:49:14 +0000 Subject: The use of include files is a mess...alot of redundancy, it seems... First Step: Centralize them under on src/include hierarchy --- src/backend/access/giststrat.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/backend/access/giststrat.h (limited to 'src/backend/access/giststrat.h') diff --git a/src/backend/access/giststrat.h b/src/backend/access/giststrat.h deleted file mode 100644 index e8595c8850a..00000000000 --- a/src/backend/access/giststrat.h +++ /dev/null @@ -1,14 +0,0 @@ -/*------------------------------------------------------------------------- - * - * giststrat.h-- - * routines defined in access/gist/giststrat.c - * - * - * - * rtstrat.h,v 1.2 1995/02/12 02:54:51 andrew Exp - * - *------------------------------------------------------------------------- - */ -#ifndef GISTSTRAT_H - -#endif /* GISTSTRAT_H */ -- cgit v1.2.3