From 00a3f9a3ba44dda2257a226c620f7cfcdc3a62a8 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Wed, 30 Nov 2016 16:39:20 -0800 Subject: Change style of #includes of Qt headers By using q.h headers, we become more bootstrap-friendly, as no full syncqt is required any more. In the same go, prefix all includes with the module name. This helps grep-based analysis of which parts of Qt are used and where. It's also consistent with Qt's public headers (where syncqt enforces the style). Testdata and examples are excluded from the change, as they are not relevant for bootstrapping. Change-Id: I9539b1d795e87fca6e5fc6c91acbb775b79208d9 Reviewed-by: Christian Kandeler Reviewed-by: Joerg Bornemann --- src/lib/corelib/buildgraph/inputartifactscanner.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/corelib/buildgraph/inputartifactscanner.h') diff --git a/src/lib/corelib/buildgraph/inputartifactscanner.h b/src/lib/corelib/buildgraph/inputartifactscanner.h index ec56f5f9a..de2ce6718 100644 --- a/src/lib/corelib/buildgraph/inputartifactscanner.h +++ b/src/lib/corelib/buildgraph/inputartifactscanner.h @@ -44,8 +44,8 @@ #include #include -#include -#include +#include +#include class ScannerPlugin; -- cgit v1.2.3