summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-16 21:54:17 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-16 21:54:17 (GMT)
commitd8dc46cc000d81d031c5f08806dc26a3b433e1bf (patch)
treeb4bc051b80a47ac849631a5da6da5fdc3bbd8d4d /src/uscxml/interpreter
parentb9fcc8d669491725d8dc37583958eadd31a46456 (diff)
downloaduscxml-d8dc46cc000d81d031c5f08806dc26a3b433e1bf.zip
uscxml-d8dc46cc000d81d031c5f08806dc26a3b433e1bf.tar.gz
uscxml-d8dc46cc000d81d031c5f08806dc26a3b433e1bf.tar.bz2
Generic socket support
Diffstat (limited to 'src/uscxml/interpreter')
-rw-r--r--src/uscxml/interpreter/InterpreterDraft6.cpp2
-rw-r--r--src/uscxml/interpreter/InterpreterRC.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/uscxml/interpreter/InterpreterDraft6.cpp b/src/uscxml/interpreter/InterpreterDraft6.cpp
index e2ba95e..7569fdb 100644
--- a/src/uscxml/interpreter/InterpreterDraft6.cpp
+++ b/src/uscxml/interpreter/InterpreterDraft6.cpp
@@ -18,7 +18,7 @@
*/
#include "InterpreterDraft6.h"
-#include "uscxml/concurrency/eventqueue/DelayedEventQueue.h"
+#include "uscxml/concurrency/DelayedEventQueue.h"
#include <glog/logging.h>
#include "uscxml/UUID.h"
diff --git a/src/uscxml/interpreter/InterpreterRC.cpp b/src/uscxml/interpreter/InterpreterRC.cpp
index 3d17c87..24b9003 100644
--- a/src/uscxml/interpreter/InterpreterRC.cpp
+++ b/src/uscxml/interpreter/InterpreterRC.cpp
@@ -20,7 +20,7 @@
#include "InterpreterRC.h"
#include "uscxml/Factory.h"
-#include "uscxml/concurrency/eventqueue/DelayedEventQueue.h"
+#include "uscxml/concurrency/DelayedEventQueue.h"
#include <glog/logging.h>
#include "uscxml/UUID.h"