diff options
author | David Robillard <d@drobilla.net> | 2021-05-10 17:23:17 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-05-11 13:30:55 -0400 |
commit | 5a3ee2b3358e147aeb0cabced90991a5ae3b5870 (patch) | |
tree | 78de1106cba6a30d686ed4ff46978551f4421f86 /src/Reactor.cpp | |
parent | e3f6f09981d7862ca34c98f45b3caadf29abee15 (diff) | |
download | patchage-5a3ee2b3358e147aeb0cabced90991a5ae3b5870.tar.gz patchage-5a3ee2b3358e147aeb0cabced90991a5ae3b5870.tar.bz2 patchage-5a3ee2b3358e147aeb0cabced90991a5ae3b5870.zip |
Move Coord to its own header
Diffstat (limited to 'src/Reactor.cpp')
-rw-r--r-- | src/Reactor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Reactor.cpp b/src/Reactor.cpp index c81df22..f8504a1 100644 --- a/src/Reactor.cpp +++ b/src/Reactor.cpp @@ -19,7 +19,6 @@ #include "Canvas.hpp" #include "CanvasModule.hpp" #include "CanvasPort.hpp" -#include "ClientID.hpp" #include "Configuration.hpp" #include "Driver.hpp" #include "ILog.hpp" |