]> granicus.if.org Git - postgresql/commitdiff
Make sure all changes commited
authorMarc G. Fournier <scrappy@hub.org>
Tue, 5 Nov 1996 07:38:17 +0000 (07:38 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 5 Nov 1996 07:38:17 +0000 (07:38 +0000)
src/include/libpq/libpq.h

index b8243019f70db8c0ab4844bd7921dcd0223326ac..080a1052deb5cbccab54a01e534e9021969ba97f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq.h,v 1.4 1996/10/31 05:56:42 momjian Exp $
+ * $Id: libpq.h,v 1.5 1996/11/05 07:38:17 scrappy Exp $
  *
  * NOTES
  *    This file contains definitions for structures and
 #ifndef LIBPQ_H
 #define LIBPQ_H
 
-#include <sys/types.h>
-#include <netinet/in.h>
-
-#include "libpq/pqcomm.h"
+#include <libpq/pqcomm.h>
 
 /* ----------------
  * PQArgBlock --