From 9c343d872eb9ed532c8ec55e57d779b2707b9c4c Mon Sep 17 00:00:00 2001 From: whaffman Date: Thu, 9 Oct 2025 22:22:47 +0200 Subject: [PATCH] remove header, correct filename --- .../validation/structural_rules/RequiredDirectivesRule.cpp | 1 - webserv/handler/{Errorhandler.cpp => ErrorHandler.cpp} | 0 2 files changed, 1 deletion(-) rename webserv/handler/{Errorhandler.cpp => ErrorHandler.cpp} (100%) diff --git a/webserv/config/validation/structural_rules/RequiredDirectivesRule.cpp b/webserv/config/validation/structural_rules/RequiredDirectivesRule.cpp index 032cdc0..f15f826 100644 --- a/webserv/config/validation/structural_rules/RequiredDirectivesRule.cpp +++ b/webserv/config/validation/structural_rules/RequiredDirectivesRule.cpp @@ -7,7 +7,6 @@ #include #include -#include #include RequiredDirectivesRule::RequiredDirectivesRule() diff --git a/webserv/handler/Errorhandler.cpp b/webserv/handler/ErrorHandler.cpp similarity index 100% rename from webserv/handler/Errorhandler.cpp rename to webserv/handler/ErrorHandler.cpp