diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-27 20:27:13 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-27 20:27:48 +0200 |
| commit | b6de48f65ceb19a71e239875444b1885818a402e (patch) | |
| tree | 271512f67e2c4546c60a9726c5fdf9ef1a74d7fe /examples/cgi/cgi.cc | |
| parent | 0be66c2f14812f192e139f6d24bddc4f574c059d (diff) | |
feat: v1.0.0e include fixes and code improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'examples/cgi/cgi.cc')
| -rw-r--r-- | examples/cgi/cgi.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/cgi/cgi.cc b/examples/cgi/cgi.cc index f850c9f..7175648 100644 --- a/examples/cgi/cgi.cc +++ b/examples/cgi/cgi.cc @@ -4,11 +4,10 @@ licensed under GPL-2 license */ +#include <lib/cgi.hpp> #include <fstream> #include <sstream> -#include <lib/cgi.hpp> #include <string> -#include <filesystem> const std::string g_not_found = R"( <!DOCTYPE html> |
