--- deliantra/dclient/include/adt/foreach.h 2010/10/18 06:53:54 1.1 +++ deliantra/dclient/include/adt/foreach.h 2010/10/18 14:11:42 1.2 @@ -1,5 +1,3 @@ -#include "compiler.h" - #if GCC_VERSION(4,6) # define foreach(a, b) for (a : b) #else