From 9db64857e0bd31eee463e90c21aba52be8174726 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 5 Jan 1998 18:43:18 +0000 Subject: Move variable.c to commands/ and aclchk.c to catalog/. --- src/backend/tcop/utility.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/tcop/utility.c') diff --git a/src/backend/tcop/utility.c b/src/backend/tcop/utility.c index ad484390ae..74cd794f01 100644 --- a/src/backend/tcop/utility.c +++ b/src/backend/tcop/utility.c @@ -9,7 +9,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.35 1998/01/05 16:39:32 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.36 1998/01/05 18:43:09 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -35,6 +35,7 @@ #include "commands/explain.h" #include "commands/trigger.h" #include "commands/proclang.h" +#include "commands/variable.h" #include "nodes/parsenodes.h" #include "../backend/parser/parse.h" @@ -45,7 +46,6 @@ #include "rewrite/rewriteDefine.h" #include "tcop/tcopdebug.h" #include "tcop/dest.h" -#include "tcop/variable.h" #include "tcop/utility.h" #include "fmgr.h" /* For load_file() */ #include "storage/fd.h" -- cgit v1.2.1