Browse Source

[master] remove include of moved file lock.h

(it is now sync.h, which was already included)

Acked on jabber by muks
Jelte Jansen 12 years ago
parent
commit
7e1c432878
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/util/threads/tests/lock_unittest.cc

+ 0 - 1
src/lib/util/threads/tests/lock_unittest.cc

@@ -14,7 +14,6 @@
 
 #include <gtest/gtest.h>
 
-#include <util/threads/lock.h>
 #include <util/threads/sync.h>
 #include <util/threads/thread.h>
 #include <util/unittests/check_valgrind.h>