aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Value.h
diff options
context:
space:
mode:
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 9627a02..f6bd144 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>