diff options
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r-- | src/PatchageModule.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index c8878aa..1bf59fd 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -23,8 +23,8 @@ #ifdef HAVE_ALSA #include <alsa/asoundlib.h> #endif -#include <flowcanvas/Canvas.hpp> -#include <flowcanvas/Module.hpp> +#include "flowcanvas/Canvas.hpp" +#include "flowcanvas/Module.hpp" #include "PatchageCanvas.hpp" #include "StateManager.hpp" #include "PatchagePort.hpp" |