summaryrefslogtreecommitdiff
path: root/lib/Support/APFloat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/APFloat.cpp')
-rw-r--r--lib/Support/APFloat.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Support/APFloat.cpp b/lib/Support/APFloat.cpp
index a6b7ed3758..b948e8f43a 100644
--- a/lib/Support/APFloat.cpp
+++ b/lib/Support/APFloat.cpp
@@ -14,9 +14,8 @@
#include "llvm/ADT/APFloat.h"
#include "llvm/ADT/FoldingSet.h"
-#include <cassert>
-#include <cstring>
#include "llvm/Support/MathExtras.h"
+#include <cstring>
using namespace llvm;