diff options
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) { |