From fa1149e1f280843ea96f34c655f27ef4eba5c059 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Mon, 6 Mar 2017 00:53:25 +0200 Subject: [PATCH] Remove remnant of qt4 version checking. --- src/webui/btjson.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/webui/btjson.cpp b/src/webui/btjson.cpp index 165f33da3..0d2218c1b 100644 --- a/src/webui/btjson.cpp +++ b/src/webui/btjson.cpp @@ -31,11 +31,8 @@ #include "btjson.h" #include -#include - -#if QT_VERSION >= QT_VERSION_CHECK(4, 7, 0) #include -#endif +#include #include "base/bittorrent/session.h" #include "base/bittorrent/sessionstatus.h"