X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Finttostr.h;h=55f80ee8e7567ac2bbdd7bef2462d7031ea79e27;hb=8de557e31178699dd6e839850056f0653cdfba89;hp=5f53681b50a1560086043d5f0dad4dd284937214;hpb=eef56b544e01755a52fdfbf204e6f2d5800efd21;p=gnulib.git diff --git a/lib/inttostr.h b/lib/inttostr.h index 5f53681b5..55f80ee8e 100644 --- a/lib/inttostr.h +++ b/lib/inttostr.h @@ -14,14 +14,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by Paul Eggert */ -#if HAVE_CONFIG_H -# include -#endif - #if HAVE_INTTYPES_H # include #endif @@ -29,9 +25,7 @@ # include #endif -#if HAVE_SYS_TYPES_H -# include -#endif +#include #include "intprops.h"