diff gen/cl_helpers.cpp @ 1063:40d7f9b7357f

Fixed some #includes to be correct for both D1 and D2
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 08 Mar 2009 12:13:22 +0100
parents a8cb25d478c4
children b30fe7e1dbb9
line wrap: on
line diff
--- a/gen/cl_helpers.cpp	Sun Mar 08 11:46:55 2009 +0100
+++ b/gen/cl_helpers.cpp	Sun Mar 08 12:13:22 2009 +0100
@@ -1,7 +1,7 @@
 #include "gen/cl_helpers.h"
 
-#include "dmd/root.h"
-#include "dmd/mem.h"
+#include "root.h"
+#include "mem.h"
 
 #include <cctype>       // isupper, tolower
 #include <algorithm>