1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Minimize #includes in a top-level header.

llvm-svn: 113772
This commit is contained in:
Owen Anderson 2010-09-13 18:47:42 +00:00
parent 02df36a2fb
commit ae195f79a4
2 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,7 @@
#ifndef LLVM_PASSREGISTRY_H
#define LLVM_PASSREGISTRY_H
#include "llvm/ADT/StringMap.h"
#include "llvm/System/DataTypes.h"
#include "llvm/ADT/StringRef.h"
namespace llvm {

View File

@ -18,6 +18,7 @@
#include "llvm/Support/ManagedStatic.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/StringMap.h"
#include <vector>
using namespace llvm;