diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-25 20:05:18 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-25 20:05:18 +0100 |
commit | e5bc15f20deb8cba1e79b324a3056ec9e7ecefdc (patch) | |
tree | 071f56710c44ce6bb2208d0eedcaf960608c58f9 /libpqpp/unittests/testpq.cpp | |
parent | Install rules (diff) | |
download | libdbpp-postgresql-e5bc15f20deb8cba1e79b324a3056ec9e7ecefdc.tar.bz2 libdbpp-postgresql-e5bc15f20deb8cba1e79b324a3056ec9e7ecefdc.tar.xz libdbpp-postgresql-e5bc15f20deb8cba1e79b324a3056ec9e7ecefdc.zip |
Use system dbpplibdbpp-postgresql-0.9
Diffstat (limited to 'libpqpp/unittests/testpq.cpp')
-rw-r--r-- | libpqpp/unittests/testpq.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpqpp/unittests/testpq.cpp b/libpqpp/unittests/testpq.cpp index 58441d2..3942cfd 100644 --- a/libpqpp/unittests/testpq.cpp +++ b/libpqpp/unittests/testpq.cpp @@ -2,9 +2,9 @@ #include <boost/test/unit_test.hpp> #include <definedDirs.h> -#include <modifycommand.h> -#include <selectcommand.h> -#include <column.h> +#include <dbpp/modifycommand.h> +#include <dbpp/selectcommand.h> +#include <dbpp/column.h> #include "mock.h" #include <testCore.h> #include <fstream> |