diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-08-28 22:50:24 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-08-28 22:50:24 +0000 |
commit | 4978d3f4bbb41155c1a784280f40f5a2848673fd (patch) | |
tree | 7d384dfbc706503c52bde0ae096e4d5f2018d058 /src/backend/parser/parse_query.c | |
parent | 870be9fa8e5ead7a9fec1b1cf539c701bba57d2a (diff) |
modifications required to reflect centralized include files
Diffstat (limited to 'src/backend/parser/parse_query.c')
-rw-r--r-- | src/backend/parser/parse_query.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/parser/parse_query.c b/src/backend/parser/parse_query.c index 600b7e78784..81480b1d1f0 100644 --- a/src/backend/parser/parse_query.c +++ b/src/backend/parser/parse_query.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/parser/Attic/parse_query.c,v 1.3 1996/08/13 01:29:34 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/parser/Attic/parse_query.c,v 1.4 1996/08/28 22:50:24 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -27,7 +27,7 @@ #include "utils/syscache.h" #include "catalog/pg_type.h" -#include "catalog_utils.h" +#include "parser/catalog_utils.h" #include "parser/parse_query.h" /* #include "parser/io.h" */ #include "utils/lsyscache.h" |