Synchronized source file headers (#3212)
* Alphabetically sorted includes. * Updated copyright and license text to match across all files. * Removed pragma once define in header files in lieu of ifdef guards.
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
|
||||
// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
|
||||
// For more information, see LICENCE in the main folder
|
||||
|
||||
#include "cbasetypes.hpp"
|
||||
#include "strlib.hpp" // StringBuf
|
||||
#include "showmsg.hpp"
|
||||
#include "core.hpp" //[Ind] - For SERVER_TYPE
|
||||
|
||||
#include <time.h>
|
||||
#include <stdlib.h> // atexit
|
||||
#include <time.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include "winapi.hpp"
|
||||
@@ -39,6 +36,10 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "cbasetypes.hpp"
|
||||
#include "core.hpp" //[Ind] - For SERVER_TYPE
|
||||
#include "strlib.hpp" // StringBuf
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
/// behavioral parameter.
|
||||
/// when redirecting output:
|
||||
|
||||
Reference in New Issue
Block a user