comparison 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
comparison
equal deleted inserted replaced
1062:b9f9bde1707e 1063:40d7f9b7357f
1 #include "gen/cl_helpers.h" 1 #include "gen/cl_helpers.h"
2 2
3 #include "dmd/root.h" 3 #include "root.h"
4 #include "dmd/mem.h" 4 #include "mem.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>