summaryrefslogtreecommitdiffstats
path: root/src/client/HTTPClientReceiver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/HTTPClientReceiver.hpp')
-rw-r--r--src/client/HTTPClientReceiver.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/HTTPClientReceiver.hpp b/src/client/HTTPClientReceiver.hpp
index b0987960..094eee65 100644
--- a/src/client/HTTPClientReceiver.hpp
+++ b/src/client/HTTPClientReceiver.hpp
@@ -20,7 +20,6 @@
#include <cstdlib>
#include <boost/utility.hpp>
-#include <libsoup/soup.h>
#include <glibmm/thread.h>
#include "redlandmm/World.hpp"
#include "raul/Deletable.hpp"
@@ -29,6 +28,9 @@
#include "interface/ClientInterface.hpp"
#include "serialisation/Parser.hpp"
+typedef struct _SoupSession SoupSession;
+typedef struct _SoupMessage SoupMessage;
+
namespace Ingen {
namespace Client {