mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
forward declare GraphTraits in Type.h instead of #includ'ing it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133201 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c86f24c296
commit
354eee7c8a
@ -17,7 +17,6 @@
|
||||
|
||||
#include "llvm/AbstractTypeUser.h"
|
||||
#include "llvm/Support/Casting.h"
|
||||
#include "llvm/ADT/GraphTraits.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
@ -30,6 +29,7 @@ class TypeMapBase;
|
||||
class raw_ostream;
|
||||
class Module;
|
||||
class LLVMContext;
|
||||
template<class GraphType> struct GraphTraits;
|
||||
|
||||
/// The instances of the Type class are immutable: once they are created,
|
||||
/// they are never changed. Also note that only one instance of a particular
|
||||
|
Loading…
Reference in New Issue
Block a user