summaryrefslogtreecommitdiffstats
path: root/src/engine/InternalPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/InternalPlugin.hpp')
-rw-r--r--src/engine/InternalPlugin.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/engine/InternalPlugin.hpp b/src/engine/InternalPlugin.hpp
index cb9e2268..dcadd4aa 100644
--- a/src/engine/InternalPlugin.hpp
+++ b/src/engine/InternalPlugin.hpp
@@ -21,10 +21,11 @@
#include "ingen-config.h"
#include <cstdlib>
-#include <glibmm/module.h>
-#include <boost/utility.hpp>
-#include <dlfcn.h>
#include <string>
+
+#include <boost/utility.hpp>
+#include <glibmm/module.h>
+
#include "PluginImpl.hpp"
#define NS_INTERNALS "http://drobilla.net/ns/ingen-internals#"