summaryrefslogtreecommitdiffhomepage
path: root/examples/cgi
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cgi')
-rw-r--r--examples/cgi/cgi.cc3
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>