From 8184adabe5018ff930fde64456029471c1ebcd2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Wed, 25 Dec 2019 13:40:10 +0900 Subject: internal/stdbool.h rework Noticed that internal/stdbool.h and addr2line.c are the only two place where missing/stdbool.h is included. Why not delete the file so that we can merge internal/stdbool.h and missing/stdbool.h into one. --- addr2line.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'addr2line.c') diff --git a/addr2line.c b/addr2line.c index 635194b96b..c6704858a9 100644 --- a/addr2line.c +++ b/addr2line.c @@ -25,11 +25,7 @@ #include #endif -#ifdef HAVE_STDBOOL_H -#include -#else -#include "missing/stdbool.h" -#endif +#include "internal/stdbool.h" #if defined(USE_ELF) || defined(HAVE_MACH_O_LOADER_H) -- cgit v1.2.1