diff options
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r-- | src/Patchage.hpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp index 74826a0..9660d70 100644 --- a/src/Patchage.hpp +++ b/src/Patchage.hpp @@ -17,10 +17,6 @@ #ifndef PATCHAGE_PATCHAGE_HPP #define PATCHAGE_PATCHAGE_HPP -#include <set> -#include <string> -#include <memory> - #include <gtkmm/aboutdialog.h> #include <gtkmm/alignment.h> #include <gtkmm/builder.h> @@ -42,9 +38,13 @@ #include <gtkmm/viewport.h> #include <gtkmm/window.h> -#include "patchage_config.h" -#include "Widget.hpp" #include "Legend.hpp" +#include "Widget.hpp" +#include "patchage_config.h" + +#include <memory> +#include <set> +#include <string> class AlsaDriver; class JackDriver; |