Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit efef619

Browse files
committed
And double check changes
1 parent 6c8482c commit efef619

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/include/libpq/pqcomm.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: pqcomm.h,v 1.4 1996/10/31 09:48:59 scrappy Exp $
9+
* $Id: pqcomm.h,v 1.5 1996/11/05 07:41:13 scrappy Exp $
1010
*
1111
* NOTES
1212
* Some of this should move to libpq.h
@@ -18,12 +18,7 @@
1818

1919
#include <stdio.h>
2020
#include <sys/types.h>
21-
22-
#ifdef WIN32
23-
#include <winsock.h>
24-
#else
2521
#include <netinet/in.h>
26-
#endif /* WIN32 */
2722

2823

2924
/*

0 commit comments

Comments
 (0)