aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-20 21:51:45 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-20 21:51:45 +0000
commit597a1de90331699f3a862e89aae9751ef2f6496e (patch)
treeff3c7ba1bed3cce43f9a109195047e088926aa36 /src
parent2217b1ccd8f8b25f8af69b199a2d447322bf1a4c (diff)
downloadpostgresql-597a1de90331699f3a862e89aae9751ef2f6496e.tar.gz
postgresql-597a1de90331699f3a862e89aae9751ef2f6496e.zip
remove an #ifdef/#else/#endif that doesn't actually have anything inside
of it
Diffstat (limited to 'src')
-rw-r--r--src/include/libpq/libpq.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/include/libpq/libpq.h b/src/include/libpq/libpq.h
index f5f4b5799e3..8e6d6907ac3 100644
--- a/src/include/libpq/libpq.h
+++ b/src/include/libpq/libpq.h
@@ -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
@@ -19,21 +19,6 @@
#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