Group #includes better

llvm-svn: 3887
This commit is contained in:
Chris Lattner 2002-09-23 17:45:52 +00:00
parent ff0ebda5d7
commit 6b9be6f95a
1 changed files with 1 additions and 1 deletions

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;