Improved includes

This commit is contained in:
Andrew Kane
2023-07-17 13:15:10 -07:00
parent f6fc033622
commit d13eb8563e
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
#include "access/parallel.h"
#include "access/reloptions.h"
#include "nodes/execnodes.h"
#include "port.h" /* for strtof() and random() */
#include "port.h" /* for random() */
#include "utils/sampling.h"
#include "utils/tuplesort.h"
#include "vector.h"

View File

@@ -6,6 +6,7 @@
#include "vector.h"
#include "fmgr.h"
#include "port.h" /* for strtof() */
#include "catalog/pg_type.h"
#include "lib/stringinfo.h"
#include "libpq/pqformat.h"