--- deliantra/server/include/includes.h 2006/12/11 21:32:17 1.5 +++ deliantra/server/include/includes.h 2007/01/06 14:42:30 1.9 @@ -1,6 +1,7 @@ /* CrossFire, A Multiplayer game for X-windows + Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team Copyright (C) 2002 Mark Wedel & Crossfire Development Team Copyright (C) 1992 Frank Tore Johansen @@ -18,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - The authors can be reached via e-mail at crossfire-devel@real-time.com + The authors can be reached via e-mail at crossfire@schmorp.de */ #ifndef INCLUDES_H @@ -54,18 +55,7 @@ #include #include -#include "config.h" -#include "define.h" -#include "logger.h" -#include "newclient.h" - -#ifndef TRUE -#define TRUE 1 -#endif - -#ifndef FALSE -#define FALSE 0 -#endif +#include #endif /* INCLUDES_H */