Change common and config includes to use <> (#7596)
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "../common/malloc.hpp"
|
||||
#include "../common/mmo.hpp"
|
||||
#include "../common/nullpo.hpp"
|
||||
#include "../common/showmsg.hpp"
|
||||
#include "../common/socket.hpp"
|
||||
#include "../common/strlib.hpp"
|
||||
#include "../common/timer.hpp"
|
||||
#include <common/malloc.hpp>
|
||||
#include <common/mmo.hpp>
|
||||
#include <common/nullpo.hpp>
|
||||
#include <common/showmsg.hpp>
|
||||
#include <common/socket.hpp>
|
||||
#include <common/strlib.hpp>
|
||||
#include <common/timer.hpp>
|
||||
|
||||
#include "achievement.hpp"
|
||||
#include "battle.hpp"
|
||||
|
||||
Reference in New Issue
Block a user