From 09008700af42967f6ad10c9b3ef565cc2f727874 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 20 Mar 2016 19:36:07 +0100 Subject: Revert "ECMQtDeclareLoggingCategory: Include with the generated file" This reverts commit 1d4bc35cf9383177459544d6fcd9de35edf3e77d. QLoggingCategory has always included QDebug, so this has always been superfluous. --- modules/ECMQtDeclareLoggingCategory.h.in | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/ECMQtDeclareLoggingCategory.h.in') diff --git a/modules/ECMQtDeclareLoggingCategory.h.in b/modules/ECMQtDeclareLoggingCategory.h.in index b59bc7aa..fedecd2f 100644 --- a/modules/ECMQtDeclareLoggingCategory.h.in +++ b/modules/ECMQtDeclareLoggingCategory.h.in @@ -4,7 +4,6 @@ #define @GUARD_NAME@ #include -#include @OPEN_NAMESPACES@ Q_DECLARE_LOGGING_CATEGORY(@IDENTIFIER@) @CLOSE_NAMESPACES@ -- cgit v1.2.1