Change common and config includes to use <> (#7596)
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../common/cbasetypes.hpp"
|
||||
#include "../common/db.hpp"
|
||||
#include "../common/malloc.hpp"
|
||||
#include "../common/nullpo.hpp"
|
||||
#include "../common/random.hpp"
|
||||
#include "../common/showmsg.hpp"
|
||||
#include <common/cbasetypes.hpp>
|
||||
#include <common/db.hpp>
|
||||
#include <common/malloc.hpp>
|
||||
#include <common/nullpo.hpp>
|
||||
#include <common/random.hpp>
|
||||
#include <common/showmsg.hpp>
|
||||
|
||||
#include "battle.hpp"
|
||||
#include "map.hpp"
|
||||
|
||||
Reference in New Issue
Block a user