summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-06-08 16:55:12 +0200
committerBenoit Foucher <benoit@zeroc.com>2017-06-08 16:55:12 +0200
commite1fc734b6e2c4bcc13930bb6ebbf7eeba4982edb (patch)
treee0751e15ddbef60dc38148f8e69394a6f994edac /cpp
parentAdded JS & Objective-C tests for AMI batch invocations (diff)
downloadice-e1fc734b6e2c4bcc13930bb6ebbf7eeba4982edb.tar.bz2
ice-e1fc734b6e2c4bcc13930bb6ebbf7eeba4982edb.tar.xz
ice-e1fc734b6e2c4bcc13930bb6ebbf7eeba4982edb.zip
Removed include of VersionHelpers.h
Diffstat (limited to 'cpp')
-rw-r--r--cpp/test/IceSSL/configuration/AllTests.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/test/IceSSL/configuration/AllTests.cpp b/cpp/test/IceSSL/configuration/AllTests.cpp
index afc06cf30ff..d2639da505e 100644
--- a/cpp/test/IceSSL/configuration/AllTests.cpp
+++ b/cpp/test/IceSSL/configuration/AllTests.cpp
@@ -33,10 +33,6 @@ using namespace Windows::Security::Cryptography;
using namespace Windows::Security::Cryptography::Certificates;
#endif
-#ifdef _WIN32
-# include <VersionHelpers.h>
-#endif
-
#ifdef ICE_CPP11_MAPPING
# define ICE_TARGET_EQUAL_TO(A,B) Ice::targetEqualTo(A, B)
#else