diff options
author | David Robillard <d@drobilla.net> | 2015-02-24 20:07:29 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-24 20:07:29 +0000 |
commit | f69c75e637cc3c789a675d1811a2f632732bafc0 (patch) | |
tree | b82b69f45d6c92ae3c7000cc465ee18bfa0bbb15 /tests | |
parent | 9d7c1e971d51561c4bb28fa1064503e5f266908f (diff) | |
download | ingen-f69c75e637cc3c789a675d1811a2f632732bafc0.tar.gz ingen-f69c75e637cc3c789a675d1811a2f632732bafc0.tar.bz2 ingen-f69c75e637cc3c789a675d1811a2f632732bafc0.zip |
Remove crusty old internal bindings.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5608 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ingen_test.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp index a9c561a0..cbc7f64c 100644 --- a/tests/ingen_test.cpp +++ b/tests/ingen_test.cpp @@ -47,9 +47,6 @@ #include "ingen/client/ThreadedSigClientInterface.hpp" #include "ingen/runtime_paths.hpp" #include "ingen/types.hpp" -#ifdef WITH_BINDINGS -#include "bindings/ingen_bindings.hpp" -#endif using namespace std; using namespace Ingen; |