aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/orindxpath.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-05-30 00:49:57 +0000
committerBruce Momjian <bruce@momjian.us>2000-05-30 00:49:57 +0000
commita12a23f0d03cc8bf22c6c38bc2394753ec34fcdf (patch)
treee9b6cd03a066e0efeb47d137eebba3cb200f1916 /src/backend/optimizer/path/orindxpath.c
parent2937505a3e0d5941e2510177df7fb6caa95d6f52 (diff)
downloadpostgresql-a12a23f0d03cc8bf22c6c38bc2394753ec34fcdf.tar.gz
postgresql-a12a23f0d03cc8bf22c6c38bc2394753ec34fcdf.zip
Remove unused include files. Do not touch /port or includes used by defines.
Diffstat (limited to 'src/backend/optimizer/path/orindxpath.c')
-rw-r--r--src/backend/optimizer/path/orindxpath.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/backend/optimizer/path/orindxpath.c b/src/backend/optimizer/path/orindxpath.c
index 85e96d6b86c..62a02836fec 100644
--- a/src/backend/optimizer/path/orindxpath.c
+++ b/src/backend/optimizer/path/orindxpath.c
@@ -8,22 +8,17 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/optimizer/path/orindxpath.c,v 1.39 2000/04/12 17:15:20 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/optimizer/path/orindxpath.c,v 1.40 2000/05/30 00:49:47 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
-#include "nodes/nodeFuncs.h"
-#include "optimizer/clauses.h"
#include "optimizer/cost.h"
-#include "optimizer/internal.h"
#include "optimizer/pathnode.h"
#include "optimizer/paths.h"
-#include "optimizer/plancat.h"
#include "optimizer/restrictinfo.h"
-#include "parser/parsetree.h"
static void best_or_subclause_indices(Query *root, RelOptInfo *rel,