From 40ed18dd0d83dcfa0aeaad23e2be6ed7ee44d956 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 31 Jul 2022 00:02:31 +0200 Subject: [PATCH] Remove accidental import. --- modules/web/http/csrf_token.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/web/http/csrf_token.cpp b/modules/web/http/csrf_token.cpp index 6ab06c0e5..135958077 100644 --- a/modules/web/http/csrf_token.cpp +++ b/modules/web/http/csrf_token.cpp @@ -1,7 +1,6 @@ #include "csrf_token.h" #include "core/crypto/crypto_core.h" -#include "core/object.h" #include "core/os/os.h" #include "http_server_enums.h" #include "http_session.h"