summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@freebsd.org>2012-12-21 17:23:52 +0000
committerRoman Divacky <rdivacky@freebsd.org>2012-12-21 17:23:52 +0000
commita6795968e6f4182ae67b3b7925bf8bac9d994073 (patch)
treedaae4f8eb42b927f4de42d5163c23316339c85e4 /clang/lib/Frontend/CompilerInvocation.cpp
parent3b1604e485980908241f0fdbf46d1cb40e1eb801 (diff)
downloadbcm5719-llvm-a6795968e6f4182ae67b3b7925bf8bac9d994073.tar.gz
bcm5719-llvm-a6795968e6f4182ae67b3b7925bf8bac9d994073.zip
Sort the includes according to the coding standard.
llvm-svn: 170905
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r--clang/lib/Frontend/CompilerInvocation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp
index 3957f2c32ed..bba48949b99 100644
--- a/clang/lib/Frontend/CompilerInvocation.cpp
+++ b/clang/lib/Frontend/CompilerInvocation.cpp
@@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//
+#include "clang/Frontend/CompilerInvocation.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/FileManager.h"
#include "clang/Basic/Version.h"
@@ -16,7 +17,6 @@
#include "clang/Driver/OptTable.h"
#include "clang/Driver/Option.h"
#include "clang/Driver/Options.h"
-#include "clang/Frontend/CompilerInvocation.h"
#include "clang/Frontend/LangStandard.h"
#include "clang/Lex/HeaderSearchOptions.h"
#include "clang/Serialization/ASTReader.h"
OpenPOWER on IntegriCloud