diff options
Diffstat (limited to 'compiler-rt/lib/popcountsi2.c')
-rw-r--r-- | compiler-rt/lib/popcountsi2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/popcountsi2.c b/compiler-rt/lib/popcountsi2.c index bfaa3fff2ee..44544ff4989 100644 --- a/compiler-rt/lib/popcountsi2.c +++ b/compiler-rt/lib/popcountsi2.c @@ -11,7 +11,6 @@ * * ===----------------------------------------------------------------------=== */ -#include "abi.h" #include "int_lib.h" |