summaryrefslogtreecommitdiffstats
path: root/ingen/LV2Features.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/LV2Features.hpp')
-rw-r--r--ingen/LV2Features.hpp7
1 files changed, 3 insertions, 4 deletions
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 <string>
-#include <utility>
-#include <vector>
-
#include "ingen/ingen.h"
#include "ingen/types.hpp"
#include "lv2/core/lv2.h"
#include "raul/Noncopyable.hpp"
+#include <string>
+#include <vector>
+
namespace ingen {
class Node;