From de0d91abbbcf58a66018a08ca77bb4d63a5efda1 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Wed, 10 Jul 2019 10:46:05 +0200 Subject: Split compiler and runtime more clearly Provide different export macros and different top level headers for each, don't include runtime headers from compiler sources. Change-Id: I7dc3f8c95839a00a871ba045ec65af87123154be Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4runtimecodegen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/jsruntime/qv4runtimecodegen.cpp') diff --git a/src/qml/jsruntime/qv4runtimecodegen.cpp b/src/qml/jsruntime/qv4runtimecodegen.cpp index b6902d41b0..162d75db63 100644 --- a/src/qml/jsruntime/qv4runtimecodegen.cpp +++ b/src/qml/jsruntime/qv4runtimecodegen.cpp @@ -39,7 +39,7 @@ #include "qv4engine_p.h" #include "qv4runtimecodegen_p.h" -#include "qv4compilerscanfunctions_p.h" +#include using namespace QV4; using namespace QQmlJS; -- cgit v1.2.3