Change common and config includes to use <> (#7596)
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
|
||||
#include <string.h> //memset
|
||||
|
||||
#include "../common/cbasetypes.hpp"
|
||||
#include "../common/malloc.hpp"
|
||||
#include "../common/mmo.hpp"
|
||||
#include "../common/nullpo.hpp"
|
||||
#include "../common/showmsg.hpp"
|
||||
#include <common/cbasetypes.hpp>
|
||||
#include <common/malloc.hpp>
|
||||
#include <common/mmo.hpp>
|
||||
#include <common/nullpo.hpp>
|
||||
#include <common/showmsg.hpp>
|
||||
|
||||
#include "clif.hpp"
|
||||
#include "instance.hpp"
|
||||
|
||||
Reference in New Issue
Block a user