diff options
author | Chris Lattner <sabre@nondot.org> | 2003-01-14 21:29:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-01-14 21:29:58 +0000 |
commit | 4fd26cc90e0bf37f77fe72a030f4e42441e64301 (patch) | |
tree | c293a626c37e338c43c3a6e4ed3b209494e9e23b /llvm/lib/Support/Annotation.cpp | |
parent | 67229e4bff120c6e6a2b84ac2b9c7e7a810b43ed (diff) | |
download | bcm5719-llvm-4fd26cc90e0bf37f77fe72a030f4e42441e64301.tar.gz bcm5719-llvm-4fd26cc90e0bf37f77fe72a030f4e42441e64301.zip |
Move annotation to support library
llvm-svn: 5268
Diffstat (limited to 'llvm/lib/Support/Annotation.cpp')
-rw-r--r-- | llvm/lib/Support/Annotation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Annotation.cpp b/llvm/lib/Support/Annotation.cpp index 96ead521f50..9f24607af7c 100644 --- a/llvm/lib/Support/Annotation.cpp +++ b/llvm/lib/Support/Annotation.cpp @@ -5,7 +5,7 @@ //===----------------------------------------------------------------------===// #include <map> -#include "llvm/Annotation.h" +#include "Support/Annotation.h" using std::string; using std::map; using std::pair; |