summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2019-02-07 15:15:34 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2019-02-08 06:51:34 +0000
commit65cbe15545fe172fa603a31e3c9ce1b9f3b11d60 (patch)
treec907b25cfffcf239e75161c4d8920bc8551a5ec6 /src
parent2d83e09f9d6ca4d604571d7989a359381e6c93ff (diff)
Remove unneeded include
Change-Id: Ie433972087b6b35e3f8e740263fad19b35ab0f54 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/scxml/qscxmlstatemachine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scxml/qscxmlstatemachine.h b/src/scxml/qscxmlstatemachine.h
index 090a1b6..a0a4e8b 100644
--- a/src/scxml/qscxmlstatemachine.h
+++ b/src/scxml/qscxmlstatemachine.h
@@ -41,7 +41,6 @@
#define QSCXMLSTATEMACHINE_H
#include <QtScxml/qscxmldatamodel.h>
-#include <QtScxml/qscxmlexecutablecontent.h>
#include <QtScxml/qscxmlerror.h>
#include <QtScxml/qscxmlevent.h>
#include <QtScxml/qscxmlcompiler.h>