proper #include order.
[oota-llvm.git] / 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;