From 0b827c541b231e0deb65dae2f21891756d49574b Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 20 Jul 2017 12:48:13 +0200 Subject: [PATCH] Do not add EasyList by default. --- src/miscellaneous/application.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/miscellaneous/application.cpp b/src/miscellaneous/application.cpp index b7d8b67ea..6ec2eadc9 100755 --- a/src/miscellaneous/application.cpp +++ b/src/miscellaneous/application.cpp @@ -27,8 +27,6 @@ #include "gui/statusbar.h" #include "gui/dialogs/formmain.h" #include "exceptions/applicationexception.h" -#include "network-web/urlinterceptor.h" -#include "network-web/networkurlinterceptor.h" #include "services/abstract/serviceroot.h" #include "services/standard/standardserviceroot.h" @@ -40,6 +38,8 @@ #include #if defined(USE_WEBENGINE) +#include "network-web/urlinterceptor.h" +#include "network-web/networkurlinterceptor.h" #include "network-web/adblock/adblockicon.h" #include "network-web/adblock/adblockmanager.h"