From 61c703a6fe358770c9616b91b26fefc7052a285a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Jul 2007 17:20:23 +0000 Subject: Build system fixes, building from top level doesn't recursively configure slv2, but slv2 is still independently packageable/buildable. Think I've finally figured out how to do recursive autohell without resorting to suicide... git-svn-id: http://svn.drobilla.net/lad/raul@650 a436a847-0d15-0410-975c-d299462d15a1 --- src/RDFWorld.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/RDFWorld.cpp') diff --git a/src/RDFWorld.cpp b/src/RDFWorld.cpp index e5bc42a..17805ba 100644 --- a/src/RDFWorld.cpp +++ b/src/RDFWorld.cpp @@ -16,9 +16,9 @@ */ #include -#include "raul/RDFWorld.hpp" -#include "raul/RDFNode.hpp" -#include "raul/AtomRedland.hpp" +#include +#include +#include #define U(x) ((const unsigned char*)(x)) -- cgit v1.2.1