Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Support / APInt.cpp
index 38cfaed9d217a10142871f099b86fb979e6246f1..61e503bc3a9dc1477d9aa49f8701914faece69b4 100644 (file)
@@ -23,9 +23,9 @@
 #include "llvm/Support/MathExtras.h"
 #include "llvm/Support/raw_ostream.h"
 #include <cmath>
-#include <limits>
-#include <cstring>
 #include <cstdlib>
+#include <cstring>
+#include <limits>
 using namespace llvm;
 
 /// A utility function for allocating memory, checking for allocation failures,