summaryrefslogtreecommitdiffstats
path: root/src/uscxml/URL.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/URL.h')
-rw-r--r--src/uscxml/URL.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/uscxml/URL.h b/src/uscxml/URL.h
index fd89503..01f3e1b 100644
--- a/src/uscxml/URL.h
+++ b/src/uscxml/URL.h
@@ -23,14 +23,13 @@
#include <curl/curl.h>
#include <string>
#include <iostream>
-#include <sstream>
#include <map>
#include <vector>
#include <set>
-#include "Message.h"
+
+#include "uscxml/messages/Data.h"
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
-#include <sys/stat.h>
#include "uscxml/concurrency/tinythread.h"