summaryrefslogtreecommitdiffstats
path: root/src/Patchage.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-12-29 20:02:36 -0500
committerDavid Robillard <d@drobilla.net>2019-12-29 20:02:36 -0500
commit762cfaa66a7be2fe61722d1d2a1679af65bd1f9a (patch)
tree7d60aeef03703f305ed672ed2ce44395a38f1bf3 /src/Patchage.hpp
parent7bbcd8405b0e9d04c74be1f13d1b54f3f72e7c7d (diff)
downloadpatchage-762cfaa66a7be2fe61722d1d2a1679af65bd1f9a.tar.gz
patchage-762cfaa66a7be2fe61722d1d2a1679af65bd1f9a.tar.bz2
patchage-762cfaa66a7be2fe61722d1d2a1679af65bd1f9a.zip
Clean up includes
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r--src/Patchage.hpp12
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;