git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133201
91177308-0d34-0410-b5e6-
96231b3b80d8
#include "llvm/AbstractTypeUser.h"
#include "llvm/Support/Casting.h"
-#include "llvm/ADT/GraphTraits.h"
#include <string>
#include <vector>
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