From 737097fbed40fe1c091a8c1fcf30e4e1e076ff66 Mon Sep 17 00:00:00 2001 From: Simon Hardt Date: Thu, 3 Jun 2021 19:42:02 +0200 Subject: [PATCH] remove openssl include --- Modules/Server/src/api.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/Server/src/api.cpp b/Modules/Server/src/api.cpp index f3bab62..2844294 100644 --- a/Modules/Server/src/api.cpp +++ b/Modules/Server/src/api.cpp @@ -14,7 +14,6 @@ #include #include #include -#include #include using json = nlohmann::json;