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/LV2Features.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ingen/LV2Features.hpp') diff --git a/ingen/LV2Features.hpp b/ingen/LV2Features.hpp index db5d530f..9508bd82 100644 --- a/ingen/LV2Features.hpp +++ b/ingen/LV2Features.hpp @@ -17,15 +17,14 @@ #ifndef INGEN_LV2FEATURES_HPP #define INGEN_LV2FEATURES_HPP -#include -#include -#include - #include "ingen/ingen.h" #include "ingen/types.hpp" #include "lv2/core/lv2.h" #include "raul/Noncopyable.hpp" +#include +#include + namespace ingen { class Node; -- cgit v1.2.1