summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Value.h b/llvm/include/llvm/Value.h
index 2e0740b09a7..f8eceb7ec05 100644
--- a/llvm/include/llvm/Value.h
+++ b/llvm/include/llvm/Value.h
@@ -10,11 +10,11 @@
#ifndef LLVM_VALUE_H
#define LLVM_VALUE_H
-#include <vector>
#include "llvm/Annotation.h"
#include "llvm/AbstractTypeUser.h"
#include "Support/Casting.h"
#include <iostream>
+#include <vector>
class User;
class Type;
OpenPOWER on IntegriCloud