aboutsummaryrefslogtreecommitdiff
path: root/src/bin/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/scripts')
-rw-r--r--src/bin/scripts/common.h4
-rw-r--r--src/bin/scripts/createlang.c3
2 files changed, 3 insertions, 4 deletions
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;
diff --git a/src/bin/scripts/createlang.c b/src/bin/scripts/createlang.c
index 0a299910bd3..a9ce74e5060 100644
--- a/src/bin/scripts/createlang.c
+++ b/src/bin/scripts/createlang.c
@@ -5,7 +5,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/bin/scripts/createlang.c,v 1.23 2006/05/29 19:52:46 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/createlang.c,v 1.24 2006/07/14 14:52:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -14,7 +14,6 @@
#include "common.h"
#include "print.h"
-
static void help(const char *progname);