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
diff --git a/lib/truncdfsf2.c b/lib/truncdfsf2.c
index 1dbf02f..2353b9b 100644
--- a/lib/truncdfsf2.c
+++ b/lib/truncdfsf2.c
@@ -41,7 +41,7 @@
 #include <limits.h>
 #include <stdbool.h>
 
-#include "abi.h"
+#include "int_lib.h"
 
 typedef double src_t;
 typedef uint64_t src_rep_t;