diff options
Diffstat (limited to 'clang-tools-extra/clang-modernize/Core/PerfSupport.cpp')
-rw-r--r-- | clang-tools-extra/clang-modernize/Core/PerfSupport.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/clang-modernize/Core/PerfSupport.cpp b/clang-tools-extra/clang-modernize/Core/PerfSupport.cpp index e074bd123ef..2554cfab4b7 100644 --- a/clang-tools-extra/clang-modernize/Core/PerfSupport.cpp +++ b/clang-tools-extra/clang-modernize/Core/PerfSupport.cpp @@ -15,9 +15,9 @@ #include "PerfSupport.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/Format.h" -#include "llvm/Support/raw_ostream.h" -#include "llvm/Support/Process.h" #include "llvm/Support/Path.h" +#include "llvm/Support/Process.h" +#include "llvm/Support/raw_ostream.h" void collectSourcePerfData(const Transform &T, SourcePerfData &Data) { for (Transform::TimingVec::const_iterator I = T.timing_begin(), |