From 33245282ef2e7f13be68e6afe5c9f88ea5f1067c Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Tue, 11 Jun 2013 02:39:57 +0200 Subject: [PATCH] More trivial DMD diff reduction. --- dmd2/template.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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;