mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
remove an #ifdef/#else/#endif that doesn't actually have anything inside
of it
This commit is contained in:
parent
2217b1ccd8
commit
597a1de903
@ -6,7 +6,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* 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
|
* NOTES
|
||||||
* This file contains definitions for structures and
|
* This file contains definitions for structures and
|
||||||
@ -19,21 +19,6 @@
|
|||||||
#ifndef LIBPQ_H
|
#ifndef LIBPQ_H
|
||||||
#define 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 --
|
* PQArgBlock --
|
||||||
* Information (pointer to array of this structure) required
|
* Information (pointer to array of this structure) required
|
||||||
|
Loading…
x
Reference in New Issue
Block a user