diff options
Diffstat (limited to 'compat')
-rw-r--r-- | compat/mutex.cpp (renamed from compat/copyable-mutex.cpp) | 2 | ||||
-rw-r--r-- | compat/mutex.hpp (renamed from compat/copyable-mutex.hpp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/compat/copyable-mutex.cpp b/compat/mutex.cpp index 17b5aa34..55789a22 100644 --- a/compat/copyable-mutex.cpp +++ b/compat/mutex.cpp @@ -1,4 +1,4 @@ -#include "copyable-mutex.hpp" +#include "mutex.hpp" #include <cstdlib> mutex& mutex::operator=(const mutex& rhs) diff --git a/compat/copyable-mutex.hpp b/compat/mutex.hpp index 37e6802b..37e6802b 100644 --- a/compat/copyable-mutex.hpp +++ b/compat/mutex.hpp |