Alphabetized #includes.
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 2 Jan 2009 22:49:28 +0000 (22:49 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 2 Jan 2009 22:49:28 +0000 (22:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61595 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLLexer.h

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 {
index 289c38721d0efb80e5f8b9d602ad86fe898d76b4..5e9843ccec85b884f6d816deb94ff0d2999eb5f8 100644 (file)
 #include "LLToken.h"
 #include "llvm/ADT/APSInt.h"
 #include "llvm/ADT/APFloat.h"
-
-#include <vector>
-#include <string>
 #include <iosfwd>
+#include <string>
+#include <vector>
 
 namespace llvm {
   class MemoryBuffer;