From 0ae9d258a484ba5ede154f729660ad21bd0ade2e Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 15 Nov 2011 18:34:44 +0000 Subject: lib: Integrate abi.h into int_lib.h, there aren't good enough reasons for this extra complexity. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144660 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/floatunsisf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/floatunsisf.c') diff --git a/lib/floatunsisf.c b/lib/floatunsisf.c index 14ef1030..3dc1cd44 100644 --- a/lib/floatunsisf.c +++ b/lib/floatunsisf.c @@ -12,7 +12,6 @@ // mode. // //===----------------------------------------------------------------------===// -#include "abi.h" #define SINGLE_PRECISION #include "fp_lib.h" -- cgit v1.2.3