summaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-15 23:02:55 +0000
committerDavid Robillard <d@drobilla.net>2011-04-15 23:02:55 +0000
commit4e4b02ace96274b53fdd67753441086bce76792f (patch)
treef2befb16e93818d59862a7866df1c856011a6f53 /src/shared
parent692d29dd5c57bbd226bd2bc91cfbd2329490a9bb (diff)
downloadingen-4e4b02ace96274b53fdd67753441086bce76792f.tar.gz
ingen-4e4b02ace96274b53fdd67753441086bce76792f.tar.bz2
ingen-4e4b02ace96274b53fdd67753441086bce76792f.zip
Remove conditional compilation stuff from public API header.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3148 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/World.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shared/World.hpp b/src/shared/World.hpp
index 29d904b2..29209f9f 100644
--- a/src/shared/World.hpp
+++ b/src/shared/World.hpp
@@ -29,11 +29,7 @@
#include "raul/Configuration.hpp"
#include "raul/SharedPtr.hpp"
-#include "ingen-config.h"
-
-#ifdef HAVE_SLV2
typedef struct _SLV2World* SLV2World;
-#endif
namespace Sord { class World; }