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/Legend.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Legend.hpp') 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 -#include - #include "Configuration.hpp" +#include +#include + class Legend : public Gtk::HBox { public: Legend(const Configuration& configuration) { -- cgit v1.2.1