summaryrefslogtreecommitdiff
path: root/include/llvm/Value.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-23 17:45:52 +0000
committerChris Lattner <sabre@nondot.org>2002-09-23 17:45:52 +0000
commitfb8c89fbd30fad104fce1095ebb3391d5e5e3421 (patch)
treed5dca2816ee0c7dfe174d6c0613168f94a6a5933 /include/llvm/Value.h
parent11fd1d31658e62479ca166aa38e28af0e5e0b773 (diff)
downloadllvm-fb8c89fbd30fad104fce1095ebb3391d5e5e3421.tar.gz
llvm-fb8c89fbd30fad104fce1095ebb3391d5e5e3421.tar.bz2
llvm-fb8c89fbd30fad104fce1095ebb3391d5e5e3421.tar.xz
Group #includes better
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3887 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 2e0740b09a..f8eceb7ec0 100644
--- a/include/llvm/Value.h
+++ b/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;