From 2e6b1e63a3f4990594af94afe1b3cef90ae752b5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 15 Jul 1999 22:40:16 +0000 Subject: Remove unused #includes in *.c files. --- src/backend/commands/rename.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'src/backend/commands/rename.c') diff --git a/src/backend/commands/rename.c b/src/backend/commands/rename.c index f88d29b7a06..b5a3a5d307c 100644 --- a/src/backend/commands/rename.c +++ b/src/backend/commands/rename.c @@ -7,38 +7,25 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/Attic/rename.c,v 1.26 1999/07/15 15:18:54 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/Attic/rename.c,v 1.27 1999/07/15 22:39:02 momjian Exp $ * *------------------------------------------------------------------------- */ #include #include -#include -#include #include #include #include #include #include -#include #include -#include /* for EXEC_{FOR,BACK,FDEBUG,BDEBUG} */ #include -#include -#include -#include -#include -#include -#include -#include -#include #include /* for find_all_inheritors */ #ifndef NO_SECURITY #include #endif /* !NO_SECURITY */ #ifndef HAVE_MEMMOVE -#include #else #include #endif -- cgit v1.2.3