summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-09-05 15:07:42 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-09 18:30:43 +0200
commit67cb9e24e5cd08b07715cd1053b9cbd7ebbd560d (patch)
treed10e87d6aa52b4d1bdb7dec9f71a6df9ac3c32eb /src/network
parent4d3a53305f8638ff60d32a548d94b3c603e5ffcd (diff)
Removing duplicate includes
Do not include a header more than once Change-Id: Ia2e5d66e72988ad833cf5177a3f8aa988bf510e9 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/kernel/qhostinfo_p.h1
-rw-r--r--src/network/socket/qnativesocketengine_unix.cpp3
2 files changed, 0 insertions, 4 deletions
diff --git a/src/network/kernel/qhostinfo_p.h b/src/network/kernel/qhostinfo_p.h
index 57a5050172..afe5f081a2 100644
--- a/src/network/kernel/qhostinfo_p.h
+++ b/src/network/kernel/qhostinfo_p.h
@@ -62,7 +62,6 @@
#include "QtCore/qpointer.h"
#include "QtCore/qthread.h"
#include "QtCore/qthreadpool.h"
-#include "QtCore/qmutex.h"
#include "QtCore/qrunnable.h"
#include "QtCore/qlist.h"
#include "QtCore/qqueue.h"
diff --git a/src/network/socket/qnativesocketengine_unix.cpp b/src/network/socket/qnativesocketengine_unix.cpp
index 5993c18983..4b22f1c262 100644
--- a/src/network/socket/qnativesocketengine_unix.cpp
+++ b/src/network/socket/qnativesocketengine_unix.cpp
@@ -53,9 +53,6 @@
#ifndef QT_NO_IPV6IFNAME
#include <net/if.h>
#endif
-#ifndef QT_NO_IPV6IFNAME
-#include <net/if.h>
-#endif
#ifdef QT_LINUXBASE
#include <arpa/inet.h>
#endif