diff options
author | Tom Brazier <tom_github@firstsolo.net> | 2023-06-05 14:38:44 +0100 |
---|---|---|
committer | Tom Brazier <tom_github@firstsolo.net> | 2023-07-23 14:00:51 +0100 |
commit | 049a84956400a4f764a850ec7c6e42c43a506c84 (patch) | |
tree | befb8f392bce307ab5934e0307c84d07de411da5 | |
parent | 0962b47c9cd39a72160b3c0d96f21cd7eb907f26 (diff) |
Moved hamilton tools to compat so they can be used more widely
-rw-r--r-- | compat/hamilton-tools.cpp (renamed from filter-hamilton/hamilton-tools.cpp) | 0 | ||||
-rw-r--r-- | compat/hamilton-tools.h (renamed from filter-hamilton/hamilton-tools.h) | 0 | ||||
-rw-r--r-- | filter-hamilton/ftnoir_filter_hamilton.cpp | 2 | ||||
-rw-r--r-- | filter-hamilton/ftnoir_filter_hamilton.h | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/filter-hamilton/hamilton-tools.cpp b/compat/hamilton-tools.cpp index e18082a8..e18082a8 100644 --- a/filter-hamilton/hamilton-tools.cpp +++ b/compat/hamilton-tools.cpp diff --git a/filter-hamilton/hamilton-tools.h b/compat/hamilton-tools.h index 2e288225..2e288225 100644 --- a/filter-hamilton/hamilton-tools.h +++ b/compat/hamilton-tools.h diff --git a/filter-hamilton/ftnoir_filter_hamilton.cpp b/filter-hamilton/ftnoir_filter_hamilton.cpp index 7bbc91de..c4429ecc 100644 --- a/filter-hamilton/ftnoir_filter_hamilton.cpp +++ b/filter-hamilton/ftnoir_filter_hamilton.cpp @@ -9,7 +9,7 @@ #include <cmath> #include <QMutexLocker> #include "api/plugin-api.hpp" -#include "hamilton-tools.h" +#include "compat/hamilton-tools.h" hamilton::hamilton() = default; diff --git a/filter-hamilton/ftnoir_filter_hamilton.h b/filter-hamilton/ftnoir_filter_hamilton.h index b724d973..199eef80 100644 --- a/filter-hamilton/ftnoir_filter_hamilton.h +++ b/filter-hamilton/ftnoir_filter_hamilton.h @@ -13,7 +13,7 @@ #include <QMutex> #include "options/options.hpp" //#include "compat/timer.hpp" -#include "hamilton-tools.h" +#include "compat/hamilton-tools.h" using namespace options; |