Include generic_xlog.h directly in the .c files where it's needed

There are no references to anything that's in generic_xlog.h in the
header files.
This commit is contained in:
Heikki Linnakangas
2024-01-23 12:47:26 +02:00
parent e5d1a6bdbb
commit c8be3a369b
8 changed files with 8 additions and 1 deletions

View File

@@ -42,6 +42,7 @@
#include "access/table.h"
#include "access/tableam.h"
#include "access/xact.h"
#include "access/xloginsert.h"
#include "catalog/index.h"
#include "commands/progress.h"
#include "hnsw.h"