From: Chris Lattner Date: Thu, 31 Dec 2009 03:02:42 +0000 (+0000) Subject: this #include is ok. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=210d0febc24551aed293b903562c19567e96fa5d;p=oota-llvm.git this #include is ok. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92338 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h index 291610de987..fdbd9c1130c 100644 --- a/include/llvm/Analysis/DebugInfo.h +++ b/include/llvm/Analysis/DebugInfo.h @@ -20,7 +20,7 @@ #include "llvm/ADT/SmallVector.h" #include "llvm/ADT/SmallPtrSet.h" #include "llvm/ADT/StringRef.h" -#include "llvm/Support/Dwarf.h" // FIXME: Should not need this. +#include "llvm/Support/Dwarf.h" namespace llvm { class BasicBlock;