Improved includes

This commit is contained in:
Andrew Kane
2023-07-17 13:17:48 -07:00
parent d13eb8563e
commit f4c28b1c06
3 changed files with 8 additions and 11 deletions

View File

@@ -2,18 +2,17 @@
#include <math.h>
#include "ivfflat.h"
#include "vector.h"
#include "fmgr.h"
#include "port.h" /* for strtof() */
#include "catalog/pg_type.h"
#include "fmgr.h"
#include "ivfflat.h"
#include "lib/stringinfo.h"
#include "libpq/pqformat.h"
#include "port.h" /* for strtof() */
#include "utils/array.h"
#include "utils/builtins.h"
#include "utils/lsyscache.h"
#include "utils/numeric.h"
#include "vector.h"
#if PG_VERSION_NUM >= 120000
#include "common/shortest_dec.h"