--- deliantra/server/include/global.h 2008/04/21 06:35:26 1.71 +++ deliantra/server/include/global.h 2008/12/26 10:36:42 1.74 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * Copyright (©) 2002,2007 Mark Wedel & Crossfire Development Team * Copyright (©) 1992,2007 Frank Tore Johansen * @@ -120,8 +120,6 @@ /* Now for recipe/alchemy */ #include "recipe.h" -#include "funcpoint.h" - /***************************************************************************** * GLOBAL VARIABLES: * *****************************************************************************/ @@ -238,5 +236,9 @@ void reset_signals (); +#ifdef DEVEL +# include "devel.h" +#endif + #endif /* GLOBAL_H */