summaryrefslogtreecommitdiffstats
path: root/src/core/api/qtwebenginecoreglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/api/qtwebenginecoreglobal.h')
-rw-r--r--src/core/api/qtwebenginecoreglobal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/api/qtwebenginecoreglobal.h b/src/core/api/qtwebenginecoreglobal.h
index 166a82b78..0041a72be 100644
--- a/src/core/api/qtwebenginecoreglobal.h
+++ b/src/core/api/qtwebenginecoreglobal.h
@@ -5,11 +5,12 @@
#define QTWEBENGINECOREGLOBAL_H
#include <QtCore/qglobal.h>
-#include <QtCore/qurl.h>
#include <QtWebEngineCore/qtwebenginecore-config.h>
QT_BEGIN_NAMESPACE
+class QUrl;
+
#if defined(BUILDING_CHROMIUM)
# define Q_WEBENGINECORE_EXPORT Q_DECL_EXPORT
#else