From 91d4985e7b597457d024e67c64fe136c550c23fd Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 22 Nov 2017 15:32:43 +0100 Subject: Fix includes of Qt classes The convention should be used. Among other things, this makes generating Python bindings possible. Task-number: PYSIDE-487 Change-Id: I32f114377dd70d27dee71a44b05c81474eb5dac3 Reviewed-by: Andy Nichols --- src/render/lights/qabstractlight.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/render/lights') diff --git a/src/render/lights/qabstractlight.h b/src/render/lights/qabstractlight.h index 33a88b215..24d7686fd 100644 --- a/src/render/lights/qabstractlight.h +++ b/src/render/lights/qabstractlight.h @@ -43,8 +43,8 @@ #include #include -#include -#include +#include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3