summaryrefslogtreecommitdiff
path: root/include/llvm/Value.h
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
commitcb09cc268b510e99d40b3518c5a390369ae3ffd5 (patch)
treebd4c3f89c66746a77595f9d6aaa5498e549f91e3 /include/llvm/Value.h
parent97ca95d1e7a30d4d178b37881b44ba4039182bde (diff)
downloadllvm-cb09cc268b510e99d40b3518c5a390369ae3ffd5.tar.gz
llvm-cb09cc268b510e99d40b3518c5a390369ae3ffd5.tar.bz2
llvm-cb09cc268b510e99d40b3518c5a390369ae3ffd5.tar.xz
Move annotation to support library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5268 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Value.h')
-rw-r--r--include/llvm/Value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h
index 9627a02ca0..f6bd144676 100644
--- a/include/llvm/Value.h
+++ b/include/llvm/Value.h
@@ -10,8 +10,8 @@
#ifndef LLVM_VALUE_H
#define LLVM_VALUE_H
-#include "llvm/Annotation.h"
#include "llvm/AbstractTypeUser.h"
+#include "Support/Annotation.h"
#include "Support/Casting.h"
#include <iostream>
#include <vector>