--- deliantra/server/include/cfperl.h 2010/01/16 17:57:32 1.115 +++ deliantra/server/include/cfperl.h 2010/04/06 21:11:48 1.118 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007,2008,2009 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * * Deliantra is free software: you can redistribute it and/or modify it under * the terms of the Affero GNU General Public License as published by the @@ -26,10 +26,6 @@ #ifndef CFPERL_H__ #define CFPERL_H__ -#include -#include -#include - using namespace std; #include @@ -256,7 +252,7 @@ attachable &operator =(const attachable &src); - // used to _quickly_ device wether to shortcut the evaluation + // used to _quickly_ decide wether to shortcut the evaluation bool should_invoke (event_type event) { return ev_want_event [event] || cb;