Change common and config includes to use <> (#7596)
This commit is contained in:
@@ -8,16 +8,16 @@
|
||||
#include <stdlib.h>
|
||||
#include <vector>
|
||||
|
||||
#include "../common/cbasetypes.hpp"
|
||||
#include "../common/db.hpp"
|
||||
#include "../common/ers.hpp"
|
||||
#include "../common/malloc.hpp"
|
||||
#include "../common/nullpo.hpp"
|
||||
#include "../common/showmsg.hpp"
|
||||
#include "../common/strlib.hpp"
|
||||
#include "../common/timer.hpp"
|
||||
#include "../common/utilities.hpp"
|
||||
#include "../common/utils.hpp"
|
||||
#include <common/cbasetypes.hpp>
|
||||
#include <common/db.hpp>
|
||||
#include <common/ers.hpp>
|
||||
#include <common/malloc.hpp>
|
||||
#include <common/nullpo.hpp>
|
||||
#include <common/showmsg.hpp>
|
||||
#include <common/strlib.hpp>
|
||||
#include <common/timer.hpp>
|
||||
#include <common/utilities.hpp>
|
||||
#include <common/utils.hpp>
|
||||
|
||||
#include "battle.hpp"
|
||||
#include "chat.hpp"
|
||||
|
||||
Reference in New Issue
Block a user