1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Remove inclusion of windows.h now that it is included in c.h, per idea

from Peter.
This commit is contained in:
Bruce Momjian
2004-09-27 19:16:03 +00:00
parent 7ceec70fc7
commit 32b24bfa97
8 changed files with 11 additions and 32 deletions

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/port/sprompt.c,v 1.8 2004/08/29 05:07:02 momjian Exp $
* $PostgreSQL: pgsql/src/port/sprompt.c,v 1.9 2004/09/27 19:16:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -30,11 +30,6 @@
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#else
#ifdef WIN32
#include <windows.h>
#undef ERROR
#endif
#endif
bool prompt_state = false;