diff options
author | Bruce Momjian | 2006-07-14 14:52:27 +0000 |
---|---|---|
committer | Bruce Momjian | 2006-07-14 14:52:27 +0000 |
commit | e0522505bd13bc5aae993fc50b8f420665d78e96 (patch) | |
tree | 34f98af9ba78bc3dda16f5ce46d7e2158f304918 /src/backend/optimizer/path/allpaths.c | |
parent | ae643747b16a6ffed88323338dcd3b7ed918e3d0 (diff) |
Remove 576 references of include files that were not needed.
Diffstat (limited to 'src/backend/optimizer/path/allpaths.c')
-rw-r--r-- | src/backend/optimizer/path/allpaths.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/optimizer/path/allpaths.c b/src/backend/optimizer/path/allpaths.c index dfe4fabc446..05fe268a318 100644 --- a/src/backend/optimizer/path/allpaths.c +++ b/src/backend/optimizer/path/allpaths.c @@ -8,14 +8,13 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/optimizer/path/allpaths.c,v 1.148 2006/07/11 16:35:31 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/optimizer/path/allpaths.c,v 1.149 2006/07/14 14:52:20 momjian Exp $ * *------------------------------------------------------------------------- */ #include "postgres.h" -#include "nodes/makefuncs.h" #ifdef OPTIMIZER_DEBUG #include "nodes/print.h" #endif |