summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-03 12:27:50 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-03 12:27:50 (GMT)
commit611e04cc7a46c4fe43a44c7be754dd7259fcd5de (patch)
tree3f49b52dcea1f3813ac2929c66244fb18cc482dd /src
parent6e1a4a67d5b17e92135cd3f5daf51bf044d76e40 (diff)
downloaduscxml-611e04cc7a46c4fe43a44c7be754dd7259fcd5de.zip
uscxml-611e04cc7a46c4fe43a44c7be754dd7259fcd5de.tar.gz
uscxml-611e04cc7a46c4fe43a44c7be754dd7259fcd5de.tar.bz2
Forgot to remove InterpreterRC header reference
Diffstat (limited to 'src')
-rw-r--r--src/uscxml/Interpreter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/Interpreter.cpp b/src/uscxml/Interpreter.cpp
index ba20981..7a8b807 100644
--- a/src/uscxml/Interpreter.cpp
+++ b/src/uscxml/Interpreter.cpp
@@ -47,7 +47,7 @@
#include <algorithm>
#include "uscxml/interpreter/InterpreterDraft6.h"
-#include "uscxml/interpreter/InterpreterRC.h"
+//#include "uscxml/interpreter/InterpreterRC.h"
#include "uscxml/Factory.h"
#if 1