normalize include paths

This commit is contained in:
ouwou
2021-11-20 22:29:03 -05:00
parent 574cbc35d8
commit d88079000a
61 changed files with 81 additions and 81 deletions

View File

@@ -1,5 +1,5 @@
#include "guild.hpp"
#include "../abaddon.hpp"
#include "abaddon.hpp"
void from_json(const nlohmann::json &j, GuildData &m) {
JS_D("id", m.ID);