diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-12-24 04:00:01 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-12-24 04:00:01 +0000 |
commit | b177499d168936da9e64a964beb22f6057880703 (patch) | |
tree | c093da732b44e713af9fad35ff70539455cc355a /libpqpp/unittests/testpq.cpp | |
parent | Use parent glibmm (diff) | |
download | libdbpp-postgresql-b177499d168936da9e64a964beb22f6057880703.tar.bz2 libdbpp-postgresql-b177499d168936da9e64a964beb22f6057880703.tar.xz libdbpp-postgresql-b177499d168936da9e64a964beb22f6057880703.zip |
PostgreSQL files prefixed with pq-
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 3f55c63..b321075 100644 --- a/libpqpp/unittests/testpq.cpp +++ b/libpqpp/unittests/testpq.cpp @@ -5,12 +5,12 @@ #include <dbpp/modifycommand.h> #include <dbpp/selectcommand.h> #include <dbpp/column.h> -#include "mock.h" +#include <pq-mock.h> #include <testCore.h> #include <fstream> #include <boost/date_time/posix_time/posix_time.hpp> -#include "../error.h" -#include "../connection.h" +#include <pq-error.h> +#include <pq-connection.h> class StandardMockDatabase : public PQ::Mock { public: |