summaryrefslogtreecommitdiff
path: root/tools/llvm-lto
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-01-13 08:04:33 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-01-13 08:04:33 +0000
commit9f20a4c6cea7315af0e01ac58e5fdbb9c0eb8006 (patch)
treeb44c79933513cebe3d15d58d44d2c735b7c771ee /tools/llvm-lto
parente2dc71d312fb9e46ad89429bade1f221ea8e67ff (diff)
downloadllvm-9f20a4c6cea7315af0e01ac58e5fdbb9c0eb8006.tar.gz
llvm-9f20a4c6cea7315af0e01ac58e5fdbb9c0eb8006.tar.bz2
llvm-9f20a4c6cea7315af0e01ac58e5fdbb9c0eb8006.tar.xz
Re-sort #include lines again, prior to moving headers around.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199080 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-lto')
-rw-r--r--tools/llvm-lto/llvm-lto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-lto/llvm-lto.cpp b/tools/llvm-lto/llvm-lto.cpp
index 0fc68ae3ad..4a421f9e76 100644
--- a/tools/llvm-lto/llvm-lto.cpp
+++ b/tools/llvm-lto/llvm-lto.cpp
@@ -20,8 +20,8 @@
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/PrettyStackTrace.h"
#include "llvm/Support/Signals.h"
-#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/TargetSelect.h"
+#include "llvm/Support/raw_ostream.h"
using namespace llvm;