Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 2be0d28

Browse files
committed
feat: clean up some redundant include
1 parent c229a52 commit 2be0d28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

controllers/llamaCPP.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
#include <cstring>
66
#include <drogon/HttpResponse.h>
77
#include <drogon/HttpTypes.h>
8-
#include <json/value.h>
98
#include <regex>
109
#include <string>
1110
#include <thread>
12-
#include <trantor/utils/Logger.h>
1311

1412
using namespace inferences;
1513
using json = nlohmann::json;

0 commit comments

Comments
 (0)