summaryrefslogtreecommitdiffstats
path: root/src/uscxml/server/InterpreterServlet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/server/InterpreterServlet.h')
-rw-r--r--src/uscxml/server/InterpreterServlet.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/uscxml/server/InterpreterServlet.h b/src/uscxml/server/InterpreterServlet.h
index 960ff8f..436574b 100644
--- a/src/uscxml/server/InterpreterServlet.h
+++ b/src/uscxml/server/InterpreterServlet.h
@@ -21,11 +21,12 @@
#define INTERPRETERSERVLET_H_XQLWNMH4
#include "HTTPServer.h"
-#include "uscxml/Factory.h"
+#include "uscxml/messages/SendRequest.h" // for SendRequest
+#include "uscxml/plugins/IOProcessor.h" // for IOProcessorImpl
namespace uscxml {
-class Interpreter;
+class InterpreterImpl;
class InterpreterHTTPServlet : public HTTPServlet, public IOProcessorImpl {
public: