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

@@ -23,6 +23,5 @@ typedef struct SparseVector
} SparseVector;
SparseVector *InitSparseVector(int dim, int nnz);
PGDLLEXPORT Datum sparsevec_l2_normalize(PG_FUNCTION_ARGS);
#endif