Change common and config includes to use <> (#7596)
This commit is contained in:
@@ -20,17 +20,17 @@
|
||||
#include <ryml_std.hpp>
|
||||
#include <ryml.hpp>
|
||||
|
||||
#include "../common/cbasetypes.hpp"
|
||||
#include "../common/core.hpp"
|
||||
#include "../common/malloc.hpp"
|
||||
#include "../common/mmo.hpp"
|
||||
#include "../common/nullpo.hpp"
|
||||
#include "../common/showmsg.hpp"
|
||||
#include "../common/strlib.hpp"
|
||||
#include "../common/utilities.hpp"
|
||||
#include "../common/utils.hpp"
|
||||
#include <common/cbasetypes.hpp>
|
||||
#include <common/core.hpp>
|
||||
#include <common/malloc.hpp>
|
||||
#include <common/mmo.hpp>
|
||||
#include <common/nullpo.hpp>
|
||||
#include <common/showmsg.hpp>
|
||||
#include <common/strlib.hpp>
|
||||
#include <common/utilities.hpp>
|
||||
#include <common/utils.hpp>
|
||||
#ifdef WIN32
|
||||
#include "../common/winapi.hpp"
|
||||
#include <common/winapi.hpp>
|
||||
#endif
|
||||
|
||||
// Only for constants - do not use functions of it or linking will fail
|
||||
|
||||
Reference in New Issue
Block a user