summaryrefslogtreecommitdiff
path: root/libmysqlpp/unittests/testmysql.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-09-25 20:15:50 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-09-25 20:15:50 +0100
commitc883f62d87b7f6fa71bb64c060e25df8bf9d4210 (patch)
tree4652c8a52e2c02c2c4ead05f8c956450433150ad /libmysqlpp/unittests/testmysql.cpp
parentMySQL mocking and tests from Project2 (diff)
downloadlibdbpp-mysql-c883f62d87b7f6fa71bb64c060e25df8bf9d4210.tar.bz2
libdbpp-mysql-c883f62d87b7f6fa71bb64c060e25df8bf9d4210.tar.xz
libdbpp-mysql-c883f62d87b7f6fa71bb64c060e25df8bf9d4210.zip
Install rules and use system dbpplibdbpp-mysql-0.9
Diffstat (limited to 'libmysqlpp/unittests/testmysql.cpp')
-rw-r--r--libmysqlpp/unittests/testmysql.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmysqlpp/unittests/testmysql.cpp b/libmysqlpp/unittests/testmysql.cpp
index 6e915c0..bcbe528 100644
--- a/libmysqlpp/unittests/testmysql.cpp
+++ b/libmysqlpp/unittests/testmysql.cpp
@@ -3,9 +3,9 @@
#include <mock.h>
#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 <testCore.h>
#include <fstream>
#include <boost/date_time/posix_time/posix_time.hpp>