[cfe-commits] r59493 - /cfe/trunk/include/clang/Analysis/PathSensitive/BugReporter.h
Chris Lattner
sabre at nondot.org
Mon Nov 17 20:53:45 PST 2008
Author: lattner
Date: Mon Nov 17 22:53:45 2008
New Revision: 59493
URL: http://llvm.org/viewvc/llvm-project?rev=59493&view=rev
Log:
cleanups.
Modified:
cfe/trunk/include/clang/Analysis/PathSensitive/BugReporter.h
Modified: cfe/trunk/include/clang/Analysis/PathSensitive/BugReporter.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/PathSensitive/BugReporter.h?rev=59493&r1=59492&r2=59493&view=diff
==============================================================================
--- cfe/trunk/include/clang/Analysis/PathSensitive/BugReporter.h (original)
+++ cfe/trunk/include/clang/Analysis/PathSensitive/BugReporter.h Mon Nov 17 22:53:45 2008
@@ -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 {
More information about the cfe-commits
mailing list