]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#25,!14] Fixes after database headers being moved
authorTomek Mrugalski <tomasz@isc.org>
Fri, 7 Sep 2018 15:53:32 +0000 (17:53 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Fri, 7 Sep 2018 15:53:32 +0000 (17:53 +0200)
src/lib/dhcpsrv/tests/database_connection_unittest.cc

index d150f29dd0a2fd8e69de7b48a3a95c1d8a051edb..3a9984187fc52412c94d6a5eedaa59785b6de39c 100644 (file)
@@ -6,12 +6,13 @@
 
 #include <config.h>
 #include <exceptions/exceptions.h>
-#include <dhcpsrv/database_connection.h>
+#include <database/database_connection.h>
 #include <gtest/gtest.h>
 
 #include <boost/bind.hpp>
 
-using namespace isc::dhcp;
+// using namespace isc::dhcp;
+using namespace isc::db;
 
 /// @brief Test fixture for exercising DbLostCallback invocation
 class DatabaseConnectionCallbackTest : public ::testing::Test {