1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

More config.h cleanups.

This commit is contained in:
Bruce Momjian
1999-07-17 04:12:10 +00:00
parent fbe4ad2154
commit 8f5561a0d9
3 changed files with 9 additions and 14 deletions

View File

@ -6,7 +6,7 @@
*
* Copyright (c) 1995, Regents of the University of California
*
* $Id: postgres.h,v 1.25 1999/07/16 17:07:24 momjian Exp $
* $Id: postgres.h,v 1.26 1999/07/17 04:12:10 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -36,9 +36,6 @@
#define POSTGRES_H
#include "postgres_ext.h"
#ifndef WIN32
#include "config.h"
#endif
#include "c.h"
#include "utils/elog.h"
#include "utils/mcxt.h"