fix: format header doesn't compile on codam

This commit is contained in:
Quinten 2025-10-29 13:09:48 +01:00
parent 19ab6aef37
commit a68e7fd33c
4 changed files with 0 additions and 4 deletions

View File

@ -8,7 +8,6 @@
#include <webserv/utils/utils.hpp> // for trim, split
#include <cstddef> // for size_t
#include <format> // for vector
#include <map> // for map
#include <optional> // for optional, operator!=
#include <vector> // for vector

View File

@ -4,7 +4,6 @@
#include <webserv/log/Log.hpp> // for LOCATION, Log
#include <cstdint> // for uint8_t, uint16_t
#include <format> // for vector
#include <memory> // for unique_ptr
#include <string> // for string
#include <vector> // for vector

View File

@ -16,7 +16,6 @@
#include <webserv/handler/RedirectHandler.hpp> // for RedirectHandler
#include <exception> // for exception
#include <format> // for vector
#include <memory> // for unique_ptr, make_unique
#include <optional> // for optional
#include <ranges> // for __find_fn, find

View File

@ -3,7 +3,6 @@
#include <webserv/utils/FileUtils.hpp>
#include <webserv/handler/URI.hpp>
#include <format>
#include <string>
#include <vector>