diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_rewind/fetch.h | 2 | ||||
-rw-r--r-- | src/bin/pg_rewind/pg_rewind.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/bin/pg_rewind/fetch.h b/src/bin/pg_rewind/fetch.h index e56fd973cd5..ccb2dab3e9a 100644 --- a/src/bin/pg_rewind/fetch.h +++ b/src/bin/pg_rewind/fetch.h @@ -15,8 +15,6 @@ #ifndef FETCH_H #define FETCH_H -#include "c.h" - #include "access/xlogdefs.h" #include "filemap.h" diff --git a/src/bin/pg_rewind/pg_rewind.h b/src/bin/pg_rewind/pg_rewind.h index 5c8e7bb1bfc..524478a72bb 100644 --- a/src/bin/pg_rewind/pg_rewind.h +++ b/src/bin/pg_rewind/pg_rewind.h @@ -11,8 +11,6 @@ #ifndef PG_REWIND_H #define PG_REWIND_H -#include "c.h" - #include "datapagemap.h" #include "access/timeline.h" |