diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-08-03 12:27:50 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-08-03 12:27:50 (GMT) |
commit | 611e04cc7a46c4fe43a44c7be754dd7259fcd5de (patch) | |
tree | 3f49b52dcea1f3813ac2929c66244fb18cc482dd | |
parent | 6e1a4a67d5b17e92135cd3f5daf51bf044d76e40 (diff) | |
download | uscxml-611e04cc7a46c4fe43a44c7be754dd7259fcd5de.zip uscxml-611e04cc7a46c4fe43a44c7be754dd7259fcd5de.tar.gz uscxml-611e04cc7a46c4fe43a44c7be754dd7259fcd5de.tar.bz2 |
Forgot to remove InterpreterRC header reference
-rw-r--r-- | src/uscxml/Interpreter.cpp | 2 |
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 |