summaryrefslogtreecommitdiffstats
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
commit6b9be6f95af27b7942866d6862deab5ebfc876c5 (patch)
tree872d7434bd0b6b01aa3ab2ffc6636bae192c15ae
parentff0ebda5d779546793fdf928d56c18b69d39e928 (diff)
downloadbcm5719-llvm-6b9be6f95af27b7942866d6862deab5ebfc876c5.tar.gz
bcm5719-llvm-6b9be6f95af27b7942866d6862deab5ebfc876c5.zip
Group #includes better
llvm-svn: 3887
-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