summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-02 10:26:28 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-02 10:26:28 +0000
commit7f00f87767036e74445aad0164eea13cf2642610 (patch)
tree4520b68c2f3753ed33276a304e3d6d289b874d5e /utils
parent58a2cbef4aac9ee7d530dfb690c78d6fc11a2371 (diff)
downloadllvm-7f00f87767036e74445aad0164eea13cf2642610.tar.gz
llvm-7f00f87767036e74445aad0164eea13cf2642610.tar.bz2
llvm-7f00f87767036e74445aad0164eea13cf2642610.tar.xz
Sort a few more #include lines in tools/... unittests/... and utils/...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171363 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/OptParserEmitter.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/TableGen/OptParserEmitter.cpp b/utils/TableGen/OptParserEmitter.cpp
index 5dab9e63a0..0c1f6236e0 100644
--- a/utils/TableGen/OptParserEmitter.cpp
+++ b/utils/TableGen/OptParserEmitter.cpp
@@ -8,12 +8,11 @@
//===----------------------------------------------------------------------===//
#include "llvm/TableGen/Error.h"
-#include "llvm/TableGen/Record.h"
-#include "llvm/TableGen/TableGenBackend.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/Twine.h"
-
+#include "llvm/TableGen/Record.h"
+#include "llvm/TableGen/TableGenBackend.h"
#include <map>
using namespace llvm;