diff options
author | David Robillard <d@drobilla.net> | 2020-11-28 23:05:45 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-28 23:05:45 +0100 |
commit | 0124e669bd43b5d40bff33886dee8a3d464254f7 (patch) | |
tree | 319fba93271ae8ebcd9455d8ab2ea9108c8dba75 /src/PatchageModule.hpp | |
parent | 5cd59f10b1ebd5ee628e2cd96af7f1e0d45cbe3f (diff) | |
download | patchage-0124e669bd43b5d40bff33886dee8a3d464254f7.tar.gz patchage-0124e669bd43b5d40bff33886dee8a3d464254f7.tar.bz2 patchage-0124e669bd43b5d40bff33886dee8a3d464254f7.zip |
Clean up includes
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r-- | src/PatchageModule.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index d55e381..7c3f191 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -18,7 +18,7 @@ #define PATCHAGE_PATCHAGEMODULE_HPP #include "ClientID.hpp" -#include "Configuration.hpp" +#include "SignalDirection.hpp" #include "warnings.hpp" PATCHAGE_DISABLE_GANV_WARNINGS |