address feedback

This commit is contained in:
Aaron Kimbre
2024-04-26 06:17:54 -05:00
parent ce5bd68067
commit 214626222c
4 changed files with 8 additions and 14 deletions

View File

@@ -1,10 +0,0 @@
#ifndef __JSON__H__
#define __JSON__H__
#include "nlohmann/json.hpp"
namespace {
using json = nlohmann::json;
}
#endif // !__JSON__H__