diff gen/cl_helpers.cpp @ 1103:b30fe7e1dbb9

- Updated to DMD frontend 1.041. - Removed dmd/inifile.c , it's not under a free license, replaced with libconfig based config file.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Thu, 12 Mar 2009 20:37:27 +0100
parents 40d7f9b7357f
children 40bd4a0d4870
line wrap: on
line diff
--- a/gen/cl_helpers.cpp	Thu Mar 12 14:08:57 2009 +0100
+++ b/gen/cl_helpers.cpp	Thu Mar 12 20:37:27 2009 +0100
@@ -1,7 +1,7 @@
 #include "gen/cl_helpers.h"
 
 #include "root.h"
-#include "mem.h"
+#include "rmem.h"
 
 #include <cctype>       // isupper, tolower
 #include <algorithm>