summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 11:24:30 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 11:27:55 -0800
commit3326af2a472ca1ae03d78663e167cb9fc681e29b (patch)
tree9c0db930b04142058da5dc4e9b3c9cec5645627f
parentcaf607b8a2af475dbcce66b207212e95df903146 (diff)
unifdef AIXV3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/XawI18n.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/XawI18n.h b/src/XawI18n.h
index 5ab9bcd..43c7f3f 100644
--- a/src/XawI18n.h
+++ b/src/XawI18n.h
@@ -39,10 +39,6 @@ in this Software without prior written authorization from the X Consortium.
#include <wchar.h>
#endif
-#ifdef AIXV3
-#include <ctype.h>
-#endif
-
#ifdef USE_XWCHAR_STRING
#define wcslen(c) _Xwcslen(c)
#define wcscpy(d,s) _Xwcscpy(d,s)