From e32b963689c6aca7d66a2ea19e86d9a3f9c6468c Mon Sep 17 00:00:00 2001 From: Quinten Mennen Date: Wed, 24 Sep 2025 11:22:41 +0200 Subject: [PATCH] fix(headers): remove unused log include --- webserv/http/HttpHeaders.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/webserv/http/HttpHeaders.cpp b/webserv/http/HttpHeaders.cpp index e93b018..1f30ab5 100644 --- a/webserv/http/HttpHeaders.cpp +++ b/webserv/http/HttpHeaders.cpp @@ -2,7 +2,6 @@ #include "webserv/config/utils.hpp" #include "webserv/http/HttpConstants.hpp" -#include "webserv/log/Log.hpp" #include