diff options
-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 | ||||
-rw-r--r-- | spline/spline.hpp | 2 |
3 files changed, 2 insertions, 2 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 diff --git a/spline/spline.hpp b/spline/spline.hpp index acac2ad7..445378c3 100644 --- a/spline/spline.hpp +++ b/spline/spline.hpp @@ -11,7 +11,7 @@ #include "options/options.hpp" #include "axis-opts.hpp" #include "export.hpp" -#include "compat/copyable-mutex.hpp" +#include "compat/mutex.hpp" #include <cstddef> #include <vector> |