Alphabetized #includes.
[oota-llvm.git] / lib / AsmParser / LLLexer.cpp
index b8fb05c889dcf7243f8adb76f5d1f929ba1f30b4..6a3777dedd8f3819f93f31787d66844b0610eebb 100644 (file)
@@ -18,8 +18,8 @@
 #include "llvm/Support/MathExtras.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Assembly/Parser.h"
-#include <cstring>
 #include <cstdlib>
+#include <cstring>
 using namespace llvm;
 
 bool LLLexer::Error(LocTy ErrorLoc, const std::string &Msg) const {