aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/input.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-09-27 19:16:03 +0000
committerBruce Momjian <bruce@momjian.us>2004-09-27 19:16:03 +0000
commit32b24bfa975f962e5bc61886ccc78cf656b6295c (patch)
treea2b415c410dae85c4c3cb4c6f7ed262a98933a55 /src/bin/psql/input.c
parent7ceec70fc79a3c9bbda802b1464f05b791f28f2c (diff)
downloadpostgresql-32b24bfa975f962e5bc61886ccc78cf656b6295c.tar.gz
postgresql-32b24bfa975f962e5bc61886ccc78cf656b6295c.zip
Remove inclusion of windows.h now that it is included in c.h, per idea
from Peter.
Diffstat (limited to 'src/bin/psql/input.c')
-rw-r--r--src/bin/psql/input.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/bin/psql/input.c b/src/bin/psql/input.c
index 072df4abcee..7cc59c14218 100644
--- a/src/bin/psql/input.c
+++ b/src/bin/psql/input.c
@@ -3,17 +3,13 @@
*
* Copyright (c) 2000-2004, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/bin/psql/input.c,v 1.37 2004/08/29 05:06:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/input.c,v 1.38 2004/09/27 19:16:02 momjian Exp $
*/
#include "postgres_fe.h"
#include "input.h"
#include <errno.h>
-#ifdef WIN32
-#include <windows.h>
-#endif
-
#include "pqexpbuffer.h"
#include "settings.h"
#include "tab-complete.h"