diff gen/toir.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 01544da4cdd8
children 9d308feaec27
line wrap: on
line diff
--- a/gen/toir.cpp	Thu Mar 12 14:08:57 2009 +0100
+++ b/gen/toir.cpp	Thu Mar 12 20:37:27 2009 +0100
@@ -13,13 +13,14 @@
 #include "gen/llvm.h"
 
 #include "attrib.h"
-#include "total.h"
 #include "init.h"
 #include "mtype.h"
 #include "template.h"
 #include "hdrgen.h"
 #include "port.h"
-#include "mem.h"
+#include "rmem.h"
+#include "id.h"
+#include "enum.h"
 
 #include "gen/irstate.h"
 #include "gen/logger.h"