More trivial DMD diff reduction.

This commit is contained in:
David Nadlinger
2013-06-11 02:39:57 +02:00
parent 24e3abff34
commit 33245282ef

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;