summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--compat/copyable-mutex.cpp (renamed from compat/qcopyable-mutex.cpp)2
-rw-r--r--compat/copyable-mutex.hpp (renamed from compat/qcopyable-mutex.hpp)0
-rw-r--r--spline/spline.hpp2
3 files changed, 2 insertions, 2 deletions
diff --git a/compat/qcopyable-mutex.cpp b/compat/copyable-mutex.cpp
index 71720f17..7c112c5e 100644
--- a/compat/qcopyable-mutex.cpp
+++ b/compat/copyable-mutex.cpp
@@ -1,4 +1,4 @@
-#include "qcopyable-mutex.hpp"
+#include "copyable-mutex.hpp"
mutex& mutex::operator=(const mutex& datum)
{
diff --git a/compat/qcopyable-mutex.hpp b/compat/copyable-mutex.hpp
index af82876d..af82876d 100644
--- a/compat/qcopyable-mutex.hpp
+++ b/compat/copyable-mutex.hpp
diff --git a/spline/spline.hpp b/spline/spline.hpp
index 334e70d0..defa80fc 100644
--- a/spline/spline.hpp
+++ b/spline/spline.hpp
@@ -8,7 +8,7 @@
#pragma once
-#include "compat/qcopyable-mutex.hpp"
+#include "compat/copyable-mutex.hpp"
#include "options/options.hpp"
#include "compat/util.hpp"
using namespace options;