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

@@ -4,7 +4,6 @@
#include "postgres.h"
#include "access/genam.h"
#include "access/generic_xlog.h"
#include "access/parallel.h"
#include "lib/pairingheap.h"
#include "nodes/execnodes.h"