From 126c045016602323b974484252d60f6077f156bf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Aug 2022 01:26:00 -0400 Subject: Fix include order --- src/gui/GraphView.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/GraphView.cpp') diff --git a/src/gui/GraphView.cpp b/src/gui/GraphView.cpp index bd493499..a5ca7dd1 100644 --- a/src/gui/GraphView.cpp +++ b/src/gui/GraphView.cpp @@ -14,9 +14,10 @@ along with Ingen. If not, see . */ +#include "GraphView.hpp" + #include "App.hpp" #include "GraphCanvas.hpp" -#include "GraphView.hpp" #include "WidgetFactory.hpp" #include "ingen/Atom.hpp" -- cgit v1.2.1