diff options
Diffstat (limited to 'src/backend/access/hash/hash_xlog.c')
-rw-r--r-- | src/backend/access/hash/hash_xlog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/access/hash/hash_xlog.c b/src/backend/access/hash/hash_xlog.c index 20441e307a8..d7b70981101 100644 --- a/src/backend/access/hash/hash_xlog.c +++ b/src/backend/access/hash/hash_xlog.c @@ -14,7 +14,6 @@ */ #include "postgres.h" -#include "access/heapam_xlog.h" #include "access/bufmask.h" #include "access/hash.h" #include "access/hash_xlog.h" |