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;