More trivial DMD diff reduction.

This commit is contained in:
David Nadlinger
2013-06-12 20:16:37 +02:00
parent 24e3abff34
commit 33245282ef
+2 -3
View File
@@ -14,15 +14,14 @@
#ifdef __DMC__
#pragma once
#endif /* __DMC__ */
#if IN_LLVM
#include <string>
#endif
#include "root.h"
#include "arraytypes.h"
#include "dsymbol.h"
#if IN_LLVM
#include "mtype.h"
#endif
struct OutBuffer;
struct Identifier;