aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-05 07:38:17 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-05 07:38:17 +0000
commit6c8482c970e77690910099739cf6ae907a876392 (patch)
tree2674e229d5cf17f2585629287ed92ae286338b4f /src
parent51716fdd8d449a6deae585a2405bca59a5058450 (diff)
downloadpostgresql-6c8482c970e77690910099739cf6ae907a876392.tar.gz
postgresql-6c8482c970e77690910099739cf6ae907a876392.zip
Make sure all changes commited
Diffstat (limited to 'src')
-rw-r--r--src/include/libpq/libpq.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/include/libpq/libpq.h b/src/include/libpq/libpq.h
index b8243019f70..080a1052deb 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.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
@@ -19,10 +19,7 @@
#ifndef LIBPQ_H
#define LIBPQ_H
-#include <sys/types.h>
-#include <netinet/in.h>
-
-#include "libpq/pqcomm.h"
+#include <libpq/pqcomm.h>
/* ----------------
* PQArgBlock --