diff options
author | dinesh | 2012-11-20 04:38:25 +0000 |
---|---|---|
committer | dinesh | 2012-11-20 04:38:25 +0000 |
commit | 784bcca0da07bec4f2d61b46e9f2f8c94f2ec524 (patch) | |
tree | 736b36f67ae2d65711d19f81050889b6d81f4026 | |
parent | 878edefb818eab7c02a7c7a03854ef7a22ebc6f6 (diff) | |
download | axis2c-784bcca0da07bec4f2d61b46e9f2f8c94f2ec524.tar.gz axis2c-784bcca0da07bec4f2d61b46e9f2f8c94f2ec524.tar.bz2 |
Applying patch for AXIS2C-1594. Thanks Ivan Pechorin for the patch.
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1411533 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | util/include/platforms/axutil_platform_auto_sense.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/util/include/platforms/axutil_platform_auto_sense.h b/util/include/platforms/axutil_platform_auto_sense.h index 2f36a53..f6e1ac1 100644 --- a/util/include/platforms/axutil_platform_auto_sense.h +++ b/util/include/platforms/axutil_platform_auto_sense.h @@ -45,10 +45,6 @@ extern "C" #include "windows/axutil_thread_windows.h" #elif defined ( __OS400__ ) #include "os400/axutil_os400.h" -#elif defined ( AIX ) -#include <aix/aix.h> -#elif defined ( HPUX ) -#include <hp-ux/axis2_ht-ux.h> #else #include <platforms/unix/axutil_unix.h> #endif |