summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump
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
commitb034cb7755badaf4d760701f335cac10aaed0610 (patch)
tree29961c907cdc09d0f1af077587324543d4fe6290 /llvm/tools/llvm-objdump
parentbe81023d7480ca32d788f8b729821d2b87d4dc6f (diff)
downloadbcm5719-llvm-b034cb7755badaf4d760701f335cac10aaed0610.tar.gz
bcm5719-llvm-b034cb7755badaf4d760701f335cac10aaed0610.zip
Sort a few more #include lines in tools/... unittests/... and utils/...
llvm-svn: 171363
Diffstat (limited to 'llvm/tools/llvm-objdump')
-rw-r--r--llvm/tools/llvm-objdump/COFFDump.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-objdump/COFFDump.cpp b/llvm/tools/llvm-objdump/COFFDump.cpp
index 30faecbb19d..2ada683f2df 100644
--- a/llvm/tools/llvm-objdump/COFFDump.cpp
+++ b/llvm/tools/llvm-objdump/COFFDump.cpp
@@ -20,9 +20,9 @@
#include "llvm/Object/ObjectFile.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/SourceMgr.h"
+#include "llvm/Support/Win64EH.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/system_error.h"
-#include "llvm/Support/Win64EH.h"
#include <algorithm>
#include <cstring>
OpenPOWER on IntegriCloud