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:
Aleos
2018-06-20 18:08:30 -04:00
committed by GitHub
parent aef2356134
commit 11b42569fc
191 changed files with 861 additions and 935 deletions

View File

@@ -1,4 +1,4 @@
// 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 "map.hpp"
@@ -7,47 +7,47 @@
#include <math.h>
#include "../common/cbasetypes.hpp"
#include "../common/cli.hpp"
#include "../common/core.hpp"
#include "../common/timer.hpp"
#include "../common/ers.hpp"
#include "../common/grfio.hpp"
#include "../common/malloc.hpp"
#include "../common/socket.hpp" // WFIFO*()
#include "../common/showmsg.hpp"
#include "../common/nullpo.hpp"
#include "../common/random.hpp"
#include "../common/showmsg.hpp"
#include "../common/socket.hpp" // WFIFO*()
#include "../common/strlib.hpp"
#include "../common/timer.hpp"
#include "../common/utils.hpp"
#include "../common/cli.hpp"
#include "../common/ers.hpp"
#include "path.hpp"
#include "achievement.hpp"
#include "atcommand.hpp"
#include "battle.hpp"
#include "battleground.hpp"
#include "cashshop.hpp"
#include "channel.hpp"
#include "chat.hpp"
#include "chrif.hpp"
#include "clan.hpp"
#include "clif.hpp"
#include "duel.hpp"
#include "intif.hpp"
#include "npc.hpp"
#include "pc.hpp"
#include "chat.hpp"
#include "storage.hpp"
#include "trade.hpp"
#include "party.hpp"
#include "battleground.hpp"
#include "quest.hpp"
#include "mapreg.hpp"
#include "pet.hpp"
#include "elemental.hpp"
#include "guild.hpp"
#include "homunculus.hpp"
#include "instance.hpp"
#include "mercenary.hpp"
#include "elemental.hpp"
#include "cashshop.hpp"
#include "channel.hpp"
#include "achievement.hpp"
#include "guild.hpp"
#include "atcommand.hpp"
#include "battle.hpp"
#include "intif.hpp"
#include "log.hpp"
#include "mapreg.hpp"
#include "mercenary.hpp"
#include "mob.hpp"
#include "npc.hpp"
#include "party.hpp"
#include "path.hpp"
#include "pc.hpp"
#include "pet.hpp"
#include "quest.hpp"
#include "storage.hpp"
#include "trade.hpp"
char default_codepage[32] = "";