From d83c35a2e6216d2568f005c2260a06991134d8cf Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Mon, 15 May 2023 09:23:03 +0200 Subject: Move ScopedStackFrame into qv4stackframe_p.h This is where it belongs. We need to apply some tricks to avoid cyclic includes, but that's better than what we have so far. Also, sort and clean up the includes in the affected files. Change-Id: Ia7a957d06c0ca284045d831417740c3f9920bc92 Reviewed-by: Fabian Kosmale Reviewed-by: Qt CI Bot --- src/qml/jsruntime/qv4module.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/qml/jsruntime/qv4module.cpp') diff --git a/src/qml/jsruntime/qv4module.cpp b/src/qml/jsruntime/qv4module.cpp index 1e1a059dfa..1a289f25b8 100644 --- a/src/qml/jsruntime/qv4module.cpp +++ b/src/qml/jsruntime/qv4module.cpp @@ -4,13 +4,14 @@ #include "qv4module_p.h" -#include -#include #include -#include #include +#include +#include +#include +#include -#include +#include using namespace QV4; -- cgit v1.2.3