diff options
author | Andres Freund | 2019-03-31 03:13:56 +0000 |
---|---|---|
committer | Andres Freund | 2019-04-01 01:16:53 +0000 |
commit | 4bb50236eb561f4639e75a393a5a1c9b8681acfb (patch) | |
tree | a6e457a7e3e935e31a00339bd1e768293fa95d91 /src/backend/access/hash/hash_xlog.c | |
parent | 76a39f2295ecb040f2ea052320941e1eb9b526c0 (diff) |
tableam: Formatting and other minor cleanups.
The superflous heapam_xlog.h includes were reported by Peter
Geoghegan.
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" |