* uinfo.cc: Eliminate `#include <wchar.h>'.
This commit is contained in:
parent
cf2fe7531d
commit
2de7601434
|
@ -1,3 +1,7 @@
|
||||||
|
Wed Feb 28 15:10:00 2001 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* uinfo.cc: Eliminate `#include <wchar.h>'.
|
||||||
|
|
||||||
2001-02-28 Egor Duda <deo@logos-m.ru>
|
2001-02-28 Egor Duda <deo@logos-m.ru>
|
||||||
|
|
||||||
* fhandler_floppy.cc (fhandler_dev_floppy::lseek): Determine
|
* fhandler_floppy.cc (fhandler_dev_floppy::lseek): Determine
|
||||||
|
|
|
@ -15,7 +15,6 @@ details. */
|
||||||
#include <utmp.h>
|
#include <utmp.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <wchar.h>
|
|
||||||
#include <lm.h>
|
#include <lm.h>
|
||||||
#include <sys/cygwin.h>
|
#include <sys/cygwin.h>
|
||||||
#include "sync.h"
|
#include "sync.h"
|
||||||
|
|
Loading…
Reference in New Issue