]> granicus.if.org Git - clang/commitdiff
cleanups.
authorChris Lattner <sabre@nondot.org>
Tue, 18 Nov 2008 04:53:45 +0000 (04:53 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 18 Nov 2008 04:53:45 +0000 (04:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59493 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/PathSensitive/BugReporter.h

index bf9aa00fdb11efa81d878eae3e5199d26a43493f..9d39c9cb9f76b792ae7d5220cd63535d53815c3c 100644 (file)
@@ -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 {