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,5 +1,5 @@
|
||||
/*****************************************************************************\
|
||||
* 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
|
||||
*
|
||||
* This file is separated in five sections:
|
||||
@@ -70,15 +70,15 @@
|
||||
|
||||
#include "db.hpp"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "ers.hpp"
|
||||
#include "malloc.hpp"
|
||||
#include "mmo.hpp"
|
||||
#include "showmsg.hpp"
|
||||
#include "strlib.hpp"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/*****************************************************************************\
|
||||
* (1) Private typedefs, enums, structures, defines and global variables of *
|
||||
* the database system. *
|
||||
|
||||
Reference in New Issue
Block a user