diff options
author | Roman Divacky <rdivacky@freebsd.org> | 2012-12-21 17:07:08 +0000 |
---|---|---|
committer | Roman Divacky <rdivacky@freebsd.org> | 2012-12-21 17:07:08 +0000 |
commit | 241f45118bcd00aee748ae2ec368e859b9136ef1 (patch) | |
tree | e3bf8625249d23cf8cab66e8d1d6a99e15159725 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | a229186a82b4ded40ce704c3e5019d8c0df9898f (diff) | |
download | llvm-241f45118bcd00aee748ae2ec368e859b9136ef1.zip llvm-241f45118bcd00aee748ae2ec368e859b9136ef1.tar.gz llvm-241f45118bcd00aee748ae2ec368e859b9136ef1.tar.bz2 |
Remove duplicate includes.
llvm-svn: 170903
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r-- | clang/lib/Frontend/CompilerInvocation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp index 711e0e3..3957f2c 100644 --- a/clang/lib/Frontend/CompilerInvocation.cpp +++ b/clang/lib/Frontend/CompilerInvocation.cpp @@ -7,7 +7,6 @@ // //===----------------------------------------------------------------------===// -#include "clang/Frontend/CompilerInvocation.h" #include "clang/Basic/Diagnostic.h" #include "clang/Basic/FileManager.h" #include "clang/Basic/Version.h" |