summaryrefslogtreecommitdiffstats
path: root/src/server/InternalPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/InternalPlugin.hpp')
-rw-r--r--src/server/InternalPlugin.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/server/InternalPlugin.hpp b/src/server/InternalPlugin.hpp
index 5bd842dd..fc5537bf 100644
--- a/src/server/InternalPlugin.hpp
+++ b/src/server/InternalPlugin.hpp
@@ -17,10 +17,8 @@
#ifndef INGEN_ENGINE_INTERNALPLUGIN_HPP
#define INGEN_ENGINE_INTERNALPLUGIN_HPP
-#include <cstdlib>
-
-#include <boost/utility.hpp>
-#include <glibmm/module.h>
+#include "raul/Symbol.hpp"
+#include "raul/URI.hpp"
#include "PluginImpl.hpp"