diff --git a/dmd2/template.h b/dmd2/template.h index f686d1df..33d627ca 100644 --- a/dmd2/template.h +++ b/dmd2/template.h @@ -14,15 +14,14 @@ #ifdef __DMC__ #pragma once #endif /* __DMC__ */ + #if IN_LLVM #include #endif #include "root.h" #include "arraytypes.h" #include "dsymbol.h" -#if IN_LLVM -#include "mtype.h" -#endif + struct OutBuffer; struct Identifier;