mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
normalize includes: common
This commit is contained in:
@@ -15,12 +15,13 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
#include "../common/global_define.h"
|
||||
|
||||
//#define TIMEOUT_DEBUG
|
||||
|
||||
#include "timeoutmgr.h"
|
||||
|
||||
#include "common/global_define.h"
|
||||
|
||||
//#define TIMEOUT_DEBUG
|
||||
|
||||
Timeoutable::Timeoutable(uint32 check_frequency)
|
||||
: next_check(check_frequency)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user