summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dinesh2012-11-20 04:38:25 +0000
committerGravatar dinesh2012-11-20 04:38:25 +0000
commit784bcca0da07bec4f2d61b46e9f2f8c94f2ec524 (patch)
tree736b36f67ae2d65711d19f81050889b6d81f4026
parent878edefb818eab7c02a7c7a03854ef7a22ebc6f6 (diff)
downloadaxis2c-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.h4
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