diff options
-rw-r--r-- | src/XawI18n.h | 4 |
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) |