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,12 +1,6 @@
|
||||
// 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 "mmo.hpp"
|
||||
#include "timer.hpp"
|
||||
#include "malloc.hpp"
|
||||
#include "showmsg.hpp"
|
||||
#include "strlib.hpp"
|
||||
#include "socket.hpp"
|
||||
|
||||
#include <stdlib.h>
|
||||
@@ -34,6 +28,13 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "cbasetypes.hpp"
|
||||
#include "malloc.hpp"
|
||||
#include "mmo.hpp"
|
||||
#include "showmsg.hpp"
|
||||
#include "strlib.hpp"
|
||||
#include "timer.hpp"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
#if defined(WIN32)
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user