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/StaticAnalyzer | |
| parent | a229186a82b4ded40ce704c3e5019d8c0df9898f (diff) | |
| download | bcm5719-llvm-241f45118bcd00aee748ae2ec368e859b9136ef1.tar.gz bcm5719-llvm-241f45118bcd00aee748ae2ec368e859b9136ef1.zip | |
Remove duplicate includes.
llvm-svn: 170903
Diffstat (limited to 'clang/lib/StaticAnalyzer')
| -rw-r--r-- | clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp b/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp index eeb98ee36b2..e26e2069c7b 100644 --- a/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp +++ b/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp @@ -17,7 +17,6 @@ #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h" #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h" #include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h" -#include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h" #include "clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h" #include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h" #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h" |

