blob: a77b7020197cfd5672eab066203a878ee97f2604 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- style/LangObj.cxx~ Fri Jul 2 07:49:58 1999
+++ style/LangObj.cxx Tue May 16 12:59:00 2000
@@ -12,11 +12,11 @@
#include <string.h>
#include <ctype.h>
#include <string.h>
-#include <wchar.h>
-#include <wctype.h>
#ifdef SP_HAVE_LOCALE
#include <locale.h>
+#include <wchar.h>
+#include <wctype.h>
#endif
#ifdef DSSSL_NAMESPACE
|