Skip to content

Commit 320f97f

Browse files
committed
Improved test includes
1 parent cc16b46 commit 320f97f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/halfvec_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <cassert>
22

3-
#include "../include/pgvector/halfvec.hpp"
3+
#include <pgvector/halfvec.hpp>
44

55
#if __cplusplus >= 202002L
66
#include <span>

test/pqxx_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include <pqxx/pqxx>
77

8-
#include "../include/pgvector/pqxx.hpp"
8+
#include <pgvector/pqxx.hpp>
99

1010
void setup(pqxx::connection &conn) {
1111
pqxx::nontransaction tx(conn);

test/sparsevec_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <cassert>
22
#include <unordered_map>
33

4-
#include "../include/pgvector/sparsevec.hpp"
4+
#include <pgvector/sparsevec.hpp>
55

66
#if __cplusplus >= 202002L
77
#include <span>

test/vector_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <cassert>
22

3-
#include "../include/pgvector/vector.hpp"
3+
#include <pgvector/vector.hpp>
44

55
#if __cplusplus >= 202002L
66
#include <span>

0 commit comments

Comments
 (0)