X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmbswidth.c;h=0bc1a682c11a21c543dad5b2dc70fda41d0e4a2a;hb=44d6eead9ba864662836a9f9d95913b4e0cb2a3b;hp=1d282b60da863334f941eb4cb010a54548dfcb72;hpb=db844e48b469f59ccfc7da42677040700b8eace9;p=gnulib.git diff --git a/lib/mbswidth.c b/lib/mbswidth.c index 1d282b60d..0bc1a682c 100644 --- a/lib/mbswidth.c +++ b/lib/mbswidth.c @@ -1,5 +1,5 @@ /* Determine the number of screen columns needed for a string. - Copyright (C) 2000-2006 Free Software Foundation, Inc. + Copyright (C) 2000-2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,15 +31,7 @@ #include /* Get mbstate_t, mbrtowc(), mbsinit(). */ -#if HAVE_WCHAR_H -/* Tru64 with Desktop Toolkit C has a bug: must be included before - . - BSD/OS 4.1 has a bug: and must be included before - . */ -# include -# include -# include -#endif +#include /* Get wcwidth(). */ #include "wcwidth.h"