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"