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

@@ -2,6 +2,7 @@
#include <float.h>
#include "access/generic_xlog.h"
#include "ivfflat.h"
#include "storage/bufmgr.h"
#include "storage/lmgr.h"