summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Annotation.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-14 21:29:58 +0000
committerChris Lattner <sabre@nondot.org>2003-01-14 21:29:58 +0000
commit4fd26cc90e0bf37f77fe72a030f4e42441e64301 (patch)
treec293a626c37e338c43c3a6e4ed3b209494e9e23b /llvm/lib/Support/Annotation.cpp
parent67229e4bff120c6e6a2b84ac2b9c7e7a810b43ed (diff)
downloadbcm5719-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.cpp2
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;
OpenPOWER on IntegriCloud