diff options
Diffstat (limited to 'src/bin/scripts/common.h')
-rw-r--r-- | src/bin/scripts/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/scripts/common.h b/src/bin/scripts/common.h index 97f19986c3b..2f2cc9134e1 100644 --- a/src/bin/scripts/common.h +++ b/src/bin/scripts/common.h @@ -11,9 +11,9 @@ #include "common/username.h" #include "fe_utils/connect_utils.h" -#include "getopt_long.h" /* pgrminclude ignore */ +#include "getopt_long.h" #include "libpq-fe.h" -#include "pqexpbuffer.h" /* pgrminclude ignore */ +#include "pqexpbuffer.h" extern void splitTableColumnsSpec(const char *spec, int encoding, char **table, const char **columns); |