Change common and config includes to use <> (#7596)

This commit is contained in:
Vincent Stumpf
2023-02-12 12:46:06 -08:00
committed by GitHub
parent eff6131087
commit e235c9cab4
174 changed files with 810 additions and 777 deletions

View File

@@ -10,12 +10,12 @@
#endif
#include <vector>
#include "../common/core.hpp"
#include "../common/grfio.hpp"
#include "../common/malloc.hpp"
#include "../common/mmo.hpp"
#include "../common/showmsg.hpp"
#include "../common/utils.hpp"
#include <common/core.hpp>
#include <common/grfio.hpp>
#include <common/malloc.hpp>
#include <common/mmo.hpp>
#include <common/showmsg.hpp>
#include <common/utils.hpp>
using namespace rathena::server_core;