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

@@ -6,20 +6,21 @@
#include <stdlib.h>
#include <string.h>
#include "../common/malloc.hpp"
#include "../common/mapindex.hpp"
#include "../common/mmo.hpp"
#include "../common/socket.hpp"
#include "../common/sql.hpp"
#include "../common/random.hpp"
#include "../common/showmsg.hpp"
#include "../common/mapindex.hpp"
#include "../common/malloc.hpp"
#include "../common/socket.hpp"
#include "../common/sql.hpp"
#include "../common/strlib.hpp"
#include "../common/utils.hpp"
#include "../common/timer.hpp"
#include "inter.hpp"
#include "../common/utils.hpp"
#include "char.hpp"
#include "char_logif.hpp"
#include "char_mapif.hpp"
#include "inter.hpp"
#if PACKETVER_SUPPORTS_PINCODE
bool pincode_allowed( char* pincode );