diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-11-15 18:34:44 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-15 18:34:44 +0000 |
commit | 0ae9d258a484ba5ede154f729660ad21bd0ade2e (patch) | |
tree | f931e7cca15bdcda47781fb47705a1ef5a79a497 /lib/fixunsdfdi.c | |
parent | 5e06e18068122930df7295fa9ddc03ba41c702d8 (diff) | |
download | compiler-rt-0ae9d258a484ba5ede154f729660ad21bd0ade2e.tar.gz |
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
Diffstat (limited to 'lib/fixunsdfdi.c')
-rw-r--r-- | lib/fixunsdfdi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fixunsdfdi.c b/lib/fixunsdfdi.c index d80b84a8d..c0ff1606a 100644 --- a/lib/fixunsdfdi.c +++ b/lib/fixunsdfdi.c @@ -11,7 +11,6 @@ * * ===----------------------------------------------------------------------=== */ -#include "abi.h" #include "int_lib.h" |