summaryrefslogtreecommitdiffstats
path: root/src/uscxml/URL.h
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-06-27 22:32:46 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-06-27 22:32:46 (GMT)
commitc70d02010ea99e6c8e35da3b767f41f1ee5dce56 (patch)
treea0ef030204ec2eb656845d03876006d9cdc0760c /src/uscxml/URL.h
parenta4b506fd774ec50ad79b7531bd3698c5a6339407 (diff)
downloaduscxml-c70d02010ea99e6c8e35da3b767f41f1ee5dce56.zip
uscxml-c70d02010ea99e6c8e35da3b767f41f1ee5dce56.tar.gz
uscxml-c70d02010ea99e6c8e35da3b767f41f1ee5dce56.tar.bz2
Major header movement
- Used IWYU to reorganize headers - Dropped PHP support - Updated tests
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"