From 72d173829caffb82b76e5ce03dbf6e6abda32cb0 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Thu, 29 Aug 2013 16:36:42 +0200 Subject: Remove superfluous include paths from project files. A lot of our build system files specify unneeded include paths. These roughly fall into the following categories: a) Paths that are already set in more general files such as qtcreator.pri. b) Paths that serve no purpose at all, possibly left over from earlier versions of the project. c) Paths that act as workarounds for wrong include statements of the form '#include "xyz.h"', where xyz.h is not in the same directory as the including file. This patch removes such path specifications and fixes the offending include statements from case c). Tested on Linux, Windows and OSX with qmake and qbs. Change-Id: I039a8449f8a65df0d616b4c08081145c18ae4b15 Reviewed-by: Oswald Buddenhagen Reviewed-by: Joerg Bornemann --- src/plugins/debugger/qml/qmladapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/debugger/qml/qmladapter.cpp') diff --git a/src/plugins/debugger/qml/qmladapter.cpp b/src/plugins/debugger/qml/qmladapter.cpp index a5c5810c20..ef7a7434d3 100644 --- a/src/plugins/debugger/qml/qmladapter.cpp +++ b/src/plugins/debugger/qml/qmladapter.cpp @@ -29,7 +29,7 @@ #include "qmladapter.h" -#include "debuggerstringutils.h" +#include #include "qmlengine.h" #include "qmlv8debuggerclient.h" #include "qscriptdebuggerclient.h" -- cgit v1.2.1