From 5ab1b3b7ffc42291836c466ec55f5cedd5350689 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 19 Feb 2015 20:39:48 -0800 Subject: [PATCH] Drop needless stdbool.h --- compat/xstrto.h | 4 ---- configure.ac | 1 - 2 files changed, 5 deletions(-) diff --git a/compat/xstrto.h b/compat/xstrto.h index 5a53c118bd..b80b202c92 100644 --- a/compat/xstrto.h +++ b/compat/xstrto.h @@ -12,10 +12,6 @@ // these functions are not used by the remaining Squid C code. #if defined(__cplusplus) -#if HAVE_STDBOOL_H -#include -#endif - /** * xstrtou{i,l} - string to number conversion * \param s input string diff --git a/configure.ac b/configure.ac index eb11283629..e54f0c4cd5 100644 --- a/configure.ac +++ b/configure.ac @@ -2802,7 +2802,6 @@ AC_CHECK_HEADERS( \ siginfo.h \ signal.h \ stdarg.h \ - stdbool.h \ stddef.h \ stdio.h \ stdlib.h \ -- 2.47.2