Include mb-1byte.h in unibyte-XEmacs.
[chise/xemacs-chise.git-] / src / lstream.h
index 0505b9a..b2f9ea4 100644 (file)
@@ -265,11 +265,7 @@ void Lstream_set_character_mode (Lstream *str);
 #ifdef MULE
 
 #ifndef BYTE_ASCII_P
-#ifdef CHAR_IS_UCS4
 #include "character.h"
-#else
-#include "mule-charset.h"
-#endif
 #endif
 
 INLINE Emchar Lstream_get_emchar (Lstream *stream);