summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphPortModule.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-01 13:51:14 +0200
committerDavid Robillard <d@drobilla.net>2020-08-02 01:48:48 +0200
commitf1b413575db521af0ad2017bbc4d348495a31d8b (patch)
treef8853a422bbf234e2e5f6a8b3867c9e62161444b /src/gui/GraphPortModule.cpp
parent28f08605a3b2e1497341db4b5bdad27691134d6d (diff)
downloadingen-f1b413575db521af0ad2017bbc4d348495a31d8b.tar.gz
ingen-f1b413575db521af0ad2017bbc4d348495a31d8b.tar.bz2
ingen-f1b413575db521af0ad2017bbc4d348495a31d8b.zip
Fix include order
Diffstat (limited to 'src/gui/GraphPortModule.cpp')
-rw-r--r--src/gui/GraphPortModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/GraphPortModule.cpp b/src/gui/GraphPortModule.cpp
index 336dced7..a80afe57 100644
--- a/src/gui/GraphPortModule.cpp
+++ b/src/gui/GraphPortModule.cpp
@@ -15,13 +15,13 @@
*/
#include "App.hpp"
-#include "Style.hpp"
#include "GraphCanvas.hpp"
#include "GraphPortModule.hpp"
#include "GraphWindow.hpp"
#include "Port.hpp"
#include "PortMenu.hpp"
#include "RenameWindow.hpp"
+#include "Style.hpp"
#include "WidgetFactory.hpp"
#include "WindowFactory.hpp"