From 20af728fdf07478b5a146370b59f902a70b85a68 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Mar 2019 10:53:07 +0100 Subject: Clean up includes and forward declarations --- ingen/Node.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ingen/Node.hpp') diff --git a/ingen/Node.hpp b/ingen/Node.hpp index 90a6e53f..038627b0 100644 --- a/ingen/Node.hpp +++ b/ingen/Node.hpp @@ -17,17 +17,17 @@ #ifndef INGEN_NODE_HPP #define INGEN_NODE_HPP -#include -#include -#include -#include - #include "ingen/Resource.hpp" #include "ingen/ingen.h" #include "ingen/paths.hpp" #include "ingen/types.hpp" #include "lilv/lilv.h" +#include +#include +#include +#include + namespace Raul { class Path; class Symbol; -- cgit v1.2.1