commit | 4fd26cc90e0bf37f77fe72a030f4e42441e64301 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Jan 14 21:29:58 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Jan 14 21:29:58 2003 +0000 |
tree | c293a626c37e338c43c3a6e4ed3b209494e9e23b | |
parent | 67229e4bff120c6e6a2b84ac2b9c7e7a810b43ed [diff] [blame] |
Move annotation to support library llvm-svn: 5268
diff --git a/llvm/lib/Support/Annotation.cpp b/llvm/lib/Support/Annotation.cpp index 96ead52..9f24607 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;