summaryrefslogtreecommitdiffstats
path: root/src/Legend.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Legend.hpp')
-rw-r--r--src/Legend.hpp6
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) {