Joel Grunbaum
2022-01-13 90107c504e5b7d1bea2c93a43c7d07b640350355
Removed now unneeded date library
2 files modified
1 files deleted
5 ■■■■■ changed files
.gitmodules 3 ●●●●● patch | view | raw | blame | history
date 1 ●●●● patch | view | raw | blame | history
json.cpp 1 ●●●● patch | view | raw | blame | history
.gitmodules
@@ -1,9 +1,6 @@
[submodule "cpp-httplib"]
    path = cpp-httplib
    url = https://github.com/yhirose/cpp-httplib.git
[submodule "date"]
    path = date
    url = https://github.com/HowardHinnant/date.git
[submodule "rapidjson"]
    path = rapidjson
    url = https://github.com/Tencent/rapidjson.git
date
File was deleted
json.cpp
@@ -1,6 +1,5 @@
#include "json.hpp"
#include "book.hpp"
#include "date/include/date/date.h"
#include "protocol.hpp"
#include "rapidjson/include/rapidjson/document.h"
#include "rapidjson/include/rapidjson/rapidjson.h"