From: Chris Lattner Date: Tue, 18 Nov 2008 04:53:45 +0000 (+0000) Subject: cleanups. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5c8d7d57dbfb2ecb7c7db51711e3b198e379d6a;p=clang cleanups. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59493 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 #include namespace clang {