From e0522505bd13bc5aae993fc50b8f420665d78e96 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 14 Jul 2006 14:52:27 +0000 Subject: Remove 576 references of include files that were not needed. --- src/bin/scripts/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bin/scripts/common.h') diff --git a/src/bin/scripts/common.h b/src/bin/scripts/common.h index 753caa0f840..d231edd623a 100644 --- a/src/bin/scripts/common.h +++ b/src/bin/scripts/common.h @@ -4,14 +4,14 @@ * * Copyright (c) 2003-2006, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/scripts/common.h,v 1.13 2006/03/05 15:58:52 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/scripts/common.h,v 1.14 2006/07/14 14:52:27 momjian Exp $ */ #ifndef COMMON_H #define COMMON_H #include "libpq-fe.h" -#include "pqexpbuffer.h" #include "getopt_long.h" +#include "pqexpbuffer.h" #ifndef HAVE_INT_OPTRESET extern int optreset; -- cgit v1.2.3