]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#883, !506] fixed rebase
authorRazvan Becheriu <razvan@isc.org>
Mon, 28 Oct 2019 13:33:47 +0000 (15:33 +0200)
committerRazvan Becheriu <razvan@isc.org>
Wed, 6 Nov 2019 17:32:52 +0000 (19:32 +0200)
src/lib/util/tests/lock_guard_unittest.cc

index 617cca7ff1d710d7415232503bb6e4c84b0af50d..425a5b440b590196b0a820fed2573e991cd616fc 100644 (file)
@@ -11,8 +11,6 @@
 #include <util/lock_guard.h>
 #include <exceptions/exceptions.h>
 
-#include <exceptions/exceptions.h>
-
 #include <condition_variable>
 #include <list>
 #include <mutex>
@@ -20,7 +18,6 @@
 #include <thread>
 
 using namespace isc::util;
-using namespace isc::util::thread;
 using namespace std;
 
 namespace {
@@ -161,7 +158,7 @@ private:
     std::thread::id id_;
 };
 
-/// @brief Test Fixture for testing isc::util::thread::LockGuard
+/// @brief Test Fixture for testing isc::util::LockGuard
 class LockGuardTest : public ::testing::Test {
 };