Group #includes better

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3887 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-09-23 17:45:52 +00:00
parent 11fd1d3165
commit fb8c89fbd3

View File

@ -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;