diff dmd2/hdrgen.c @ 1455:89e38fbfef1f

Automated merge with http://hg.dsource.org/projects/ldc
author Robert Clipsham <robert@octarineparrot.com>
date Mon, 01 Jun 2009 19:02:20 +0100
parents 638d16625da2
children
line wrap: on
line diff
--- a/dmd2/hdrgen.c	Mon Jun 01 01:28:18 2009 +0200
+++ b/dmd2/hdrgen.c	Mon Jun 01 19:02:20 2009 +0100
@@ -24,17 +24,7 @@
 #include <complex.h>
 #endif
 
-#if IN_GCC || IN_LLVM
-#include "mem.h"
-#else
-#if _WIN32
-#include "..\root\mem.h"
-#elif POSIX
-#include "../root/mem.h"
-#else
-#error "fix this"
-#endif
-#endif
+#include "rmem.h"
 
 #include "id.h"
 #include "init.h"