]> granicus.if.org Git - postgresql/commitdiff
remove an #ifdef/#else/#endif that doesn't actually have anything inside
authorMarc G. Fournier <scrappy@hub.org>
Sun, 20 Oct 1996 21:51:45 +0000 (21:51 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sun, 20 Oct 1996 21:51:45 +0000 (21:51 +0000)
of it

src/include/libpq/libpq.h

index f5f4b5799e3a558556c98ce758313810aedfc4b8..8e6d6907ac3937be69818d84c618b1597d4a9683 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq.h,v 1.1 1996/08/28 07:23:01 scrappy Exp $
+ * $Id: libpq.h,v 1.2 1996/10/20 21:51:45 scrappy Exp $
  *
  * NOTES
  *    This file contains definitions for structures and
 #ifndef LIBPQ_H
 #define LIBPQ_H
 
-#include <stdio.h>
-#include <string.h>
-#include <sys/types.h>
-#ifdef WIN32
-#include <winsock.h>
-#else
-#include <netinet/in.h>
-#endif /* WIN32 */
-
-#include "lib/dllist.h"
-#include "utils/exc.h"
-#include "postgres.h"
-
-#include "libpq/pqcomm.h"
-
 /* ----------------
  * PQArgBlock --
  *     Information (pointer to array of this structure) required