proper #include order.
authorChris Lattner <sabre@nondot.org>
Sat, 8 Dec 2007 19:00:03 +0000 (19:00 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 8 Dec 2007 19:00:03 +0000 (19:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44707 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/APFloat.cpp

index 5d2146d0747a832cbd1d1e0963d2bc7ebfebd0f7..66dd24e9f67c4bcfe29dd63afa437dbd8e179286 100644 (file)
@@ -12,9 +12,9 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "llvm/ADT/APFloat.h"
 #include <cassert>
 #include <cstring>
-#include "llvm/ADT/APFloat.h"
 #include "llvm/Support/MathExtras.h"
 
 using namespace llvm;