Include wchar.h and wctype.h unconditionally
authorYao Qi <yao@codesourcery.com>
Fri, 21 Nov 2014 14:05:41 +0000 (22:05 +0800)
committerYao Qi <yao@codesourcery.com>
Fri, 21 Nov 2014 14:05:41 +0000 (22:05 +0800)
commite01e2baa693e8d623e04dd66a55a75a2102bb7cb
tree9bc54840570ba22832f9392ad49dbf1917f2c1d8
parentf0c00af8b494001e2a49a2f9ee2df7f340f80f0d
Include wchar.h and wctype.h unconditionally

As gnulib modules wchar and wctype is imported, we can include wchar.h
and wctype.h unconditionally.  This patch is also to remove HAVE_WCHAR_H
check.

gdb:

2014-11-21  Yao Qi  <yao@codesourcery.com>

* gdb_wchar.h: Include wchar.h and wctype.h.
[HAVE_ICONV && HAVE_BTOWC]: Don't check HAVE_WCHAR_T and don't
include wchar.h and wctype.h.
Don't check HAVE_WCHAR_H.
gdb/ChangeLog
gdb/gdb_wchar.h