diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-04-29 18:25:54 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-04-29 18:25:54 +0000 |
commit | 19141f558411e96446294baf240eaeccf6d68b64 (patch) | |
tree | e9d761a05b947ee1e0439d80d67122a04b75c6db /src | |
parent | 4a5f38c4e624fbdc8bb4511394c45dc2c7f784ec (diff) | |
download | postgresql-19141f558411e96446294baf240eaeccf6d68b64.tar.gz postgresql-19141f558411e96446294baf240eaeccf6d68b64.zip |
Remove unneeded define.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/port/win32.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/port/win32.h b/src/include/port/win32.h index ecd79368fb9..e608e282576 100644 --- a/src/include/port/win32.h +++ b/src/include/port/win32.h @@ -1,6 +1,4 @@ -/* $Header: /cvsroot/pgsql/src/include/port/win32.h,v 1.8 2003/04/24 21:23:01 momjian Exp $ */ - -#include <port/win32defs.h> +/* $Header: /cvsroot/pgsql/src/include/port/win32.h,v 1.9 2003/04/29 18:25:54 momjian Exp $ */ #define USES_WINSOCK #define NOFILE 100 |