Removed unneeded headers [skip ci]

This commit is contained in:
Andrew Kane
2024-04-22 19:10:50 -07:00
parent bd62561a19
commit 1994fd003a
4 changed files with 0 additions and 6 deletions

View File

@@ -45,6 +45,5 @@ typedef struct HalfVector
HalfVector *InitHalfVector(int dim);
int halfvec_cmp_internal(HalfVector * a, HalfVector * b);
PGDLLEXPORT Datum halfvec_l2_normalize(PG_FUNCTION_ARGS);
#endif