From 19141f558411e96446294baf240eaeccf6d68b64 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Tue, 29 Apr 2003 18:25:54 +0000
Subject: [PATCH] Remove unneeded define.

---
 src/include/port/win32.h | 4 +---
 1 file changed, 1 insertion(+), 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
-- 
GitLab