From 0a2d163cdb5ea0ae0d92a557fc1dbb5a449a3201 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 24 Jul 2015 14:28:45 +0200 Subject: Fix #include's in public headers Uniformly use the style, like https://wiki.qt.io/Coding_Conventions mandates. Change-Id: I4c05599fa689f375158fd3b0a54aada8571e5c59 Reviewed-by: Joerg Bornemann --- src/core/api/qwebengineurlrequestinfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/api/qwebengineurlrequestinfo.h') diff --git a/src/core/api/qwebengineurlrequestinfo.h b/src/core/api/qwebengineurlrequestinfo.h index 8ef787995..dd1e57ebd 100644 --- a/src/core/api/qwebengineurlrequestinfo.h +++ b/src/core/api/qwebengineurlrequestinfo.h @@ -39,8 +39,8 @@ #include "qtwebenginecoreglobal.h" -#include -#include +#include +#include namespace QtWebEngineCore { class NetworkDelegateQt; -- cgit v1.2.3