diff options
author | David Robillard <d@drobilla.net> | 2019-12-29 20:02:36 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-12-29 20:02:36 -0500 |
commit | 762cfaa66a7be2fe61722d1d2a1679af65bd1f9a (patch) | |
tree | 7d60aeef03703f305ed672ed2ce44395a38f1bf3 /src/PatchageModule.hpp | |
parent | 7bbcd8405b0e9d04c74be1f13d1b54f3f72e7c7d (diff) | |
download | patchage-762cfaa66a7be2fe61722d1d2a1679af65bd1f9a.tar.gz patchage-762cfaa66a7be2fe61722d1d2a1679af65bd1f9a.tar.bz2 patchage-762cfaa66a7be2fe61722d1d2a1679af65bd1f9a.zip |
Clean up includes
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r-- | src/PatchageModule.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index 99527ac..526e739 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -17,14 +17,14 @@ #ifndef PATCHAGE_PATCHAGEMODULE_HPP #define PATCHAGE_PATCHAGEMODULE_HPP -#include <string> - -#include <gtkmm/menu_elems.h> +#include "Configuration.hpp" #include "ganv/Module.hpp" #include "ganv/Port.hpp" -#include "Configuration.hpp" +#include <gtkmm/menu_elems.h> + +#include <string> class Patchage; class PatchagePort; |