comparison 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
comparison
equal deleted inserted replaced
1102:ae950bd712d3 1103:b30fe7e1dbb9
1 #include "gen/cl_helpers.h" 1 #include "gen/cl_helpers.h"
2 2
3 #include "root.h" 3 #include "root.h"
4 #include "mem.h" 4 #include "rmem.h"
5 5
6 #include <cctype> // isupper, tolower 6 #include <cctype> // isupper, tolower
7 #include <algorithm> 7 #include <algorithm>
8 #include <utility> 8 #include <utility>
9 #include <stdarg.h> 9 #include <stdarg.h>