summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphCanvas.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-18 01:26:00 -0400
committerDavid Robillard <d@drobilla.net>2022-08-18 01:26:00 -0400
commit126c045016602323b974484252d60f6077f156bf (patch)
treedf1b1cbbf9b801458fb2254b26e528f7118248c0 /src/gui/GraphCanvas.cpp
parent393ab317429b211a7f14f0595c77a90268ab43e5 (diff)
downloadingen-126c045016602323b974484252d60f6077f156bf.tar.gz
ingen-126c045016602323b974484252d60f6077f156bf.tar.bz2
ingen-126c045016602323b974484252d60f6077f156bf.zip
Fix include order
Diffstat (limited to 'src/gui/GraphCanvas.cpp')
-rw-r--r--src/gui/GraphCanvas.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/GraphCanvas.cpp b/src/gui/GraphCanvas.cpp
index 5cd209de..a14d9971 100644
--- a/src/gui/GraphCanvas.cpp
+++ b/src/gui/GraphCanvas.cpp
@@ -14,9 +14,10 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "GraphCanvas.hpp"
+
#include "App.hpp"
#include "Arc.hpp"
-#include "GraphCanvas.hpp"
#include "GraphPortModule.hpp"
#include "GraphWindow.hpp"
#include "NodeModule.hpp"