Skip to content

Commit ecc8843

Browse files
committed
Improved code
1 parent b5d3c14 commit ecc8843

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

include/pgvector/pqxx.hpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66

77
#pragma once
88

9-
#include "halfvec.hpp"
10-
#include "sparsevec.hpp"
11-
#include "vector.hpp"
129
#include <pqxx/pqxx>
1310
#include <sstream>
1411
#include <string>
1512
#include <vector>
1613

14+
#include "halfvec.hpp"
15+
#include "sparsevec.hpp"
16+
#include "vector.hpp"
17+
1718
/// @cond
1819

1920
namespace pqxx {

0 commit comments

Comments
 (0)