From a63df07eda4fdfe9ee46ca275d47481d0b14e0d5 Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Wed, 9 Dec 2015 19:45:55 +0000 Subject: [PATCH] clang-format order of gold-plugin includes (NFC) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255144 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/gold/gold-plugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/gold/gold-plugin.cpp b/tools/gold/gold-plugin.cpp index 8eacdc3ff23..016dca52382 100644 --- a/tools/gold/gold-plugin.cpp +++ b/tools/gold/gold-plugin.cpp @@ -31,14 +31,14 @@ #include "llvm/IR/Verifier.h" #include "llvm/Linker/Linker.h" #include "llvm/MC/SubtargetFeature.h" -#include "llvm/Object/IRObjectFile.h" #include "llvm/Object/FunctionIndexObjectFile.h" -#include "llvm/Support/raw_ostream.h" +#include "llvm/Object/IRObjectFile.h" #include "llvm/Support/Host.h" #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/TargetRegistry.h" #include "llvm/Support/TargetSelect.h" +#include "llvm/Support/raw_ostream.h" #include "llvm/Transforms/IPO.h" #include "llvm/Transforms/IPO/PassManagerBuilder.h" #include "llvm/Transforms/Utils/GlobalStatus.h" -- 2.34.1