diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-06-08 16:55:12 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-06-08 16:55:12 +0200 |
commit | e1fc734b6e2c4bcc13930bb6ebbf7eeba4982edb (patch) | |
tree | e0751e15ddbef60dc38148f8e69394a6f994edac /cpp/test/IceSSL/configuration/AllTests.cpp | |
parent | Added JS & Objective-C tests for AMI batch invocations (diff) | |
download | ice-e1fc734b6e2c4bcc13930bb6ebbf7eeba4982edb.tar.bz2 ice-e1fc734b6e2c4bcc13930bb6ebbf7eeba4982edb.tar.xz ice-e1fc734b6e2c4bcc13930bb6ebbf7eeba4982edb.zip |
Removed include of VersionHelpers.h
Diffstat (limited to 'cpp/test/IceSSL/configuration/AllTests.cpp')
-rw-r--r-- | cpp/test/IceSSL/configuration/AllTests.cpp | 4 |
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 |