mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Move some system includes into c.h, and remove duplicates.
This commit is contained in:
@ -4,7 +4,6 @@
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#if HAVE_GETOPT_H
|
||||
#include <getopt.h>
|
||||
#else
|
||||
@ -12,12 +11,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"
|
||||
|
Reference in New Issue
Block a user