aboutsummaryrefslogtreecommitdiff
path: root/src/bin/scripts/createlang.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-07-14 14:52:27 +0000
committerBruce Momjian <bruce@momjian.us>2006-07-14 14:52:27 +0000
commite0522505bd13bc5aae993fc50b8f420665d78e96 (patch)
tree34f98af9ba78bc3dda16f5ce46d7e2158f304918 /src/bin/scripts/createlang.c
parentae643747b16a6ffed88323338dcd3b7ed918e3d0 (diff)
downloadpostgresql-e0522505bd13bc5aae993fc50b8f420665d78e96.tar.gz
postgresql-e0522505bd13bc5aae993fc50b8f420665d78e96.zip
Remove 576 references of include files that were not needed.
Diffstat (limited to 'src/bin/scripts/createlang.c')
-rw-r--r--src/bin/scripts/createlang.c3
1 files changed, 1 insertions, 2 deletions
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);