Change common and config includes to use <> (#7596)
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../common/mmo.hpp"
|
||||
#include "../common/showmsg.hpp"
|
||||
#include "../common/socket.hpp"
|
||||
#include "../common/sql.hpp"
|
||||
#include "../common/strlib.hpp"
|
||||
#include <common/mmo.hpp>
|
||||
#include <common/showmsg.hpp>
|
||||
#include <common/socket.hpp>
|
||||
#include <common/sql.hpp>
|
||||
#include <common/strlib.hpp>
|
||||
|
||||
#include "char.hpp"
|
||||
#include "inter.hpp"
|
||||
|
||||
Reference in New Issue
Block a user