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

Commit 6c8482c

Browse files
committed
Make sure all changes commited
1 parent 51716fd commit 6c8482c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/include/libpq/libpq.h

Lines changed: 2 additions & 5 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: libpq.h,v 1.4 1996/10/31 05:56:42 momjian Exp $
9+
* $Id: libpq.h,v 1.5 1996/11/05 07:38:17 scrappy Exp $
1010
*
1111
* NOTES
1212
* This file contains definitions for structures and
@@ -19,10 +19,7 @@
1919
#ifndef LIBPQ_H
2020
#define LIBPQ_H
2121

22-
#include <sys/types.h>
23-
#include <netinet/in.h>
24-
25-
#include "libpq/pqcomm.h"
22+
#include <libpq/pqcomm.h>
2623

2724
/* ----------------
2825
* PQArgBlock --

0 commit comments

Comments
 (0)