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/Legend.hpp | |
parent | 7bbcd8405b0e9d04c74be1f13d1b54f3f72e7c7d (diff) | |
download | patchage-762cfaa66a7be2fe61722d1d2a1679af65bd1f9a.tar.gz patchage-762cfaa66a7be2fe61722d1d2a1679af65bd1f9a.tar.bz2 patchage-762cfaa66a7be2fe61722d1d2a1679af65bd1f9a.zip |
Clean up includes
Diffstat (limited to 'src/Legend.hpp')
-rw-r--r-- | src/Legend.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Legend.hpp b/src/Legend.hpp index b95d30c..52a4851 100644 --- a/src/Legend.hpp +++ b/src/Legend.hpp @@ -17,11 +17,11 @@ #ifndef PATCHAGE_LEGEND_HPP #define PATCHAGE_LEGEND_HPP -#include <gtkmm/colorbutton.h> -#include <gtkmm/box.h> - #include "Configuration.hpp" +#include <gtkmm/box.h> +#include <gtkmm/colorbutton.h> + class Legend : public Gtk::HBox { public: Legend(const Configuration& configuration) { |