Move annotation to support library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5268 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Support/Annotation.cpp b/lib/Support/Annotation.cpp
index 96ead52..9f24607 100644
--- a/lib/Support/Annotation.cpp
+++ b/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;