aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-12-31 03:02:42 +0000
committerChris Lattner <sabre@nondot.org>2009-12-31 03:02:42 +0000
commit210d0febc24551aed293b903562c19567e96fa5d (patch)
tree0c9324b375b37432b9de9f681050aeded334459c /include
parentf0908a351ab123a1ad7b145a5e4bc28430be0d94 (diff)
this #include is ok.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92338 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Analysis/DebugInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h
index 291610de98..fdbd9c1130 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;