aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/PathSensitive/BugReporter.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-11-18 04:53:45 +0000
committerChris Lattner <sabre@nondot.org>2008-11-18 04:53:45 +0000
commitc5c8d7d57dbfb2ecb7c7db51711e3b198e379d6a (patch)
treea6dda8822549d5a6dab1413d965727965908317a /include/clang/Analysis/PathSensitive/BugReporter.h
parentbe80ebffcc88cc2df3bafafc06a100d6dae796f1 (diff)
cleanups.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59493 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Analysis/PathSensitive/BugReporter.h')
-rw-r--r--include/clang/Analysis/PathSensitive/BugReporter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang/Analysis/PathSensitive/BugReporter.h b/include/clang/Analysis/PathSensitive/BugReporter.h
index bf9aa00fdb..9d39c9cb9f 100644
--- a/include/clang/Analysis/PathSensitive/BugReporter.h
+++ b/include/clang/Analysis/PathSensitive/BugReporter.h
@@ -1,4 +1,4 @@
-// BugReporter.h - Generate PathDiagnostics ----------*- C++ -*--//
+//===--- BugReporter.h - Generate PathDiagnostics ---------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -21,7 +21,6 @@
#include "clang/Analysis/PathSensitive/ExplodedGraph.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallSet.h"
-#include <vector>
#include <list>
namespace clang {