diff options
Diffstat (limited to 'src/include/c.h')
-rw-r--r-- | src/include/c.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/c.h b/src/include/c.h index 18bdda5e781..603c5bbfe85 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: c.h,v 1.77 2000/07/12 17:38:53 petere Exp $ + * $Id: c.h,v 1.78 2000/07/12 22:59:12 petere Exp $ * *------------------------------------------------------------------------- */ @@ -46,15 +46,12 @@ #include "config.h" - #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/fcntl.h> -#ifdef STDC_HEADERS #include <stddef.h> #include <stdarg.h> -#endif #ifdef __CYGWIN32__ #include <errno.h> |