summaryrefslogtreecommitdiffstats
path: root/src/common/interface/CommonInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/interface/CommonInterface.hpp')
-rw-r--r--src/common/interface/CommonInterface.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/interface/CommonInterface.hpp b/src/common/interface/CommonInterface.hpp
index a68cf175..bf4486b1 100644
--- a/src/common/interface/CommonInterface.hpp
+++ b/src/common/interface/CommonInterface.hpp
@@ -20,11 +20,11 @@
#include <inttypes.h>
#include <string>
-#include "raul/SharedPtr.hpp"
-#include "raul/Atom.hpp"
#include "interface/CommonInterface.hpp"
#include "interface/GraphObject.hpp"
+namespace Raul { class Atom; }
+
namespace Ingen {
namespace Shared {