Harmonized include guards

* Follow up to 24b3509 and c4a364b.
* Harmonized the include guards for char-server and map-server header files.
This commit is contained in:
aleos89
2017-11-07 10:22:03 -05:00
parent 24b3509e53
commit 728a29d435
40 changed files with 75 additions and 115 deletions

View File

@@ -6,7 +6,9 @@
* @author Athena Dev Teams originally in login.c
* @author rAthena Dev Team
*/
#include "char_mapif.hpp"
#include <stdlib.h>
#include <string.h> //memcpy
@@ -15,11 +17,11 @@
#include "../common/malloc.h"
#include "../common/showmsg.h"
#include "../common/strlib.h"
#include "inter.hpp"
#include "char.hpp"
#include "char_logif.hpp"
/**
* Packet send to all map-servers, attach to ourself
* @param buf: packet to send in form of an array buffer