diff options
Diffstat (limited to 'src/interfaces/ecpg/preproc/ecpg.c')
-rw-r--r-- | src/interfaces/ecpg/preproc/ecpg.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/interfaces/ecpg/preproc/ecpg.c b/src/interfaces/ecpg/preproc/ecpg.c index aa6c2c274b3..6bfabd338de 100644 --- a/src/interfaces/ecpg/preproc/ecpg.c +++ b/src/interfaces/ecpg/preproc/ecpg.c @@ -4,7 +4,6 @@ #include "postgres.h" -#include <stdio.h> #if HAVE_GETOPT_H #include <getopt.h> #else @@ -13,12 +12,6 @@ extern int optind; extern char *optarg; #endif -#include <stdlib.h> -#if defined(HAVE_STRING_H) -#include <string.h> -#else -#include <strings.h> -#endif #include "extern.h" |