From f5e4f0784176a6c6e80176b1916ebe8a571f3646 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 9 Jul 2019 14:30:24 +0200 Subject: Disentangle includes and namespaces Avoid using namespace in headers and include only the headers we actually need. Change-Id: I526a0f874dc09b07693fd87070665be396d3b637 Reviewed-by: Simon Hausmann --- src/qml/qml/qqmlcustomparser_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/qml/qqmlcustomparser_p.h') diff --git a/src/qml/qml/qqmlcustomparser_p.h b/src/qml/qml/qqmlcustomparser_p.h index 94671a4f35..df8cbc9072 100644 --- a/src/qml/qml/qqmlcustomparser_p.h +++ b/src/qml/qml/qqmlcustomparser_p.h @@ -53,7 +53,7 @@ #include "qqmlerror.h" #include "qqmlbinding_p.h" -#include +#include #include #include -- cgit v1.2.3