summaryrefslogtreecommitdiffstats
path: root/src/core/net
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2023-08-21 12:46:08 +0200
committerPeter Varga <pvarga@inf.u-szeged.hu>2023-09-13 08:24:24 +0200
commit4d38086f476eb031237e96d342b1b3a32f690c54 (patch)
tree2d67a5294f1d0351a266a6279b9272c30fb2f525 /src/core/net
parent1e5bdadea48d1c9adb2b82adb3bf926fdc78adbd (diff)
Clean up header includes around ProfileQt
Change-Id: I51e6e52ebb36b57c18537b054db6f3d25f75a4fc Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/core/net')
-rw-r--r--src/core/net/client_cert_qt.cpp1
-rw-r--r--src/core/net/proxying_restricted_cookie_manager_qt.cpp3
2 files changed, 1 insertions, 3 deletions
diff --git a/src/core/net/client_cert_qt.cpp b/src/core/net/client_cert_qt.cpp
index 1a6f97079..79317f467 100644
--- a/src/core/net/client_cert_qt.cpp
+++ b/src/core/net/client_cert_qt.cpp
@@ -16,7 +16,6 @@
#include "third_party/boringssl/src/include/openssl/evp.h"
#include "client_cert_store_data.h"
-#include "profile_io_data_qt.h"
#include <QtNetwork/qtnetworkglobal.h>
diff --git a/src/core/net/proxying_restricted_cookie_manager_qt.cpp b/src/core/net/proxying_restricted_cookie_manager_qt.cpp
index 5bae987e2..0424e7bad 100644
--- a/src/core/net/proxying_restricted_cookie_manager_qt.cpp
+++ b/src/core/net/proxying_restricted_cookie_manager_qt.cpp
@@ -10,8 +10,7 @@
#include "api/qwebenginecookiestore.h"
#include "api/qwebenginecookiestore_p.h"
-#include "profile_adapter.h"
-#include "profile_qt.h"
+#include "profile_io_data_qt.h"
#include "type_conversion.h"
#include "base/memory/ptr_util.h"