summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/UdpTransceiver.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2015-07-08 13:33:41 -0230
committerDwayne Boone <dwayne@zeroc.com>2015-07-08 13:33:41 -0230
commitec106aa0f053b6ea6563b0430b2298c869e0a776 (patch)
tree215069baaba9c79c366a7a4b6295b00c307c5957 /cpp/src/Ice/UdpTransceiver.cpp
parentFixed download link for Windows third party installer (diff)
downloadice-ec106aa0f053b6ea6563b0430b2298c869e0a776.tar.bz2
ice-ec106aa0f053b6ea6563b0430b2298c869e0a776.tar.xz
ice-ec106aa0f053b6ea6563b0430b2298c869e0a776.zip
ICE-6514 Removed uneeded includes of DisableWarnings.h
Diffstat (limited to 'cpp/src/Ice/UdpTransceiver.cpp')
-rw-r--r--cpp/src/Ice/UdpTransceiver.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.cpp b/cpp/src/Ice/UdpTransceiver.cpp
index daf1a051456..b0392ad9cfd 100644
--- a/cpp/src/Ice/UdpTransceiver.cpp
+++ b/cpp/src/Ice/UdpTransceiver.cpp
@@ -17,8 +17,6 @@
#include <Ice/Properties.h>
#include <IceUtil/StringUtil.h>
-#include <IceUtil/DisableWarnings.h>
-
#ifdef ICE_OS_WINRT
# include <ppltasks.h> // For Concurrency::task
#endif