From 6f6b350976ccfe959223b1fbe8c21fe71efc45bd Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 25 Jul 2014 17:44:14 +0200 Subject: Cleanup header file dependencies Change-Id: Ibb4658576a98b53de2eac2474ce4d5b9eb83b6ae Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4context_p.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/qml/jsruntime/qv4context_p.h') diff --git a/src/qml/jsruntime/qv4context_p.h b/src/qml/jsruntime/qv4context_p.h index b4c78c3736..5235b651fb 100644 --- a/src/qml/jsruntime/qv4context_p.h +++ b/src/qml/jsruntime/qv4context_p.h @@ -42,19 +42,11 @@ QT_BEGIN_NAMESPACE namespace QV4 { -struct Object; -struct ExecutionEngine; -struct DeclarativeEnvironment; -struct Lookup; -struct Function; -struct ValueRef; - namespace CompiledData { struct CompilationUnit; struct Function; } -struct CallContext; struct CallContext; struct CatchContext; struct WithContext; -- cgit v1.2.3