diff options
Diffstat (limited to 'src/bin/pg_rewind/filemap.h')
-rw-r--r-- | src/bin/pg_rewind/filemap.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/bin/pg_rewind/filemap.h b/src/bin/pg_rewind/filemap.h index 588228404cd..0aa822dcaec 100644 --- a/src/bin/pg_rewind/filemap.h +++ b/src/bin/pg_rewind/filemap.h @@ -8,10 +8,9 @@ #ifndef FILEMAP_H #define FILEMAP_H -#include "storage/relfilenode.h" -#include "storage/block.h" - #include "datapagemap.h" +#include "storage/block.h" +#include "storage/relfilenode.h" /* * For every file found in the local or remote system, we have a file entry |