summaryrefslogtreecommitdiffstats
path: root/src/engine
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-12-23 17:00:46 +0000
committerDavid Robillard <d@drobilla.net>2009-12-23 17:00:46 +0000
commit220a92d5fc4fb52dd715733e0a98c9f2ce09877c (patch)
treec10017ef42bcced7f9922c1095cc203792fa4037 /src/engine
parent8e9ffb28b8f137d404990859f9d84fde42a56ad0 (diff)
downloadingen-220a92d5fc4fb52dd715733e0a98c9f2ce09877c.tar.gz
ingen-220a92d5fc4fb52dd715733e0a98c9f2ce09877c.tar.bz2
ingen-220a92d5fc4fb52dd715733e0a98c9f2ce09877c.zip
Remove liblo include from HTTPClientSender (fix building with HTTP and without OSC).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2317 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/HTTPClientSender.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/HTTPClientSender.hpp b/src/engine/HTTPClientSender.hpp
index 753197ea..5982935c 100644
--- a/src/engine/HTTPClientSender.hpp
+++ b/src/engine/HTTPClientSender.hpp
@@ -21,7 +21,6 @@
#include <cassert>
#include <string>
#include <iostream>
-#include <lo/lo.h>
#include <pthread.h>
#include "raul/Thread.hpp"
#include "interface/ClientInterface.hpp"