From cbcdb5f4cf7e52c3e184d87cc8716d6a9dcc9728 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Mon, 28 Nov 2011 12:02:52 +1000 Subject: Correct usage of network-settings.h. Four of the modified files only use functions from network-settings.h on Windows, and the other three files don't use anything from that header. Change-Id: Ifa4b0319d14367735b859e538921fa0eeeccce1a Reviewed-by: Rohan McGovern --- tests/manual/qhttpnetworkconnection/main.cpp | 1 - tests/manual/socketengine/main.cpp | 1 - 2 files changed, 2 deletions(-) (limited to 'tests/manual') diff --git a/tests/manual/qhttpnetworkconnection/main.cpp b/tests/manual/qhttpnetworkconnection/main.cpp index 62b1cb389e..502efcab9a 100644 --- a/tests/manual/qhttpnetworkconnection/main.cpp +++ b/tests/manual/qhttpnetworkconnection/main.cpp @@ -46,7 +46,6 @@ #include #include #include -#include "../../auto/network-settings.h" class tst_qhttpnetworkconnection : public QObject { diff --git a/tests/manual/socketengine/main.cpp b/tests/manual/socketengine/main.cpp index 36c233a5c9..115a187385 100644 --- a/tests/manual/socketengine/main.cpp +++ b/tests/manual/socketengine/main.cpp @@ -45,7 +45,6 @@ #include #include #include -#include "../../auto/network-settings.h" #include #include #include -- cgit v1.2.3