From 762cfaa66a7be2fe61722d1d2a1679af65bd1f9a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Dec 2019 20:02:36 -0500 Subject: Clean up includes --- src/Patchage.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/Patchage.hpp') 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 -#include -#include - #include #include #include @@ -42,9 +38,13 @@ #include #include -#include "patchage_config.h" -#include "Widget.hpp" #include "Legend.hpp" +#include "Widget.hpp" +#include "patchage_config.h" + +#include +#include +#include class AlsaDriver; class JackDriver; -- cgit v1.2.1