From cb09cc268b510e99d40b3518c5a390369ae3ffd5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 14 Jan 2003 21:29:58 +0000 Subject: Move annotation to support library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5268 91177308-0d34-0410-b5e6-96231b3b80d8 --- support/lib/Support/Annotation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/lib/Support/Annotation.cpp') diff --git a/support/lib/Support/Annotation.cpp b/support/lib/Support/Annotation.cpp index 96ead521f5..9f24607af7 100644 --- a/support/lib/Support/Annotation.cpp +++ b/support/lib/Support/Annotation.cpp @@ -5,7 +5,7 @@ //===----------------------------------------------------------------------===// #include -#include "llvm/Annotation.h" +#include "Support/Annotation.h" using std::string; using std::map; using std::pair; -- cgit v1.2.3-18-g5258