From 652543ef19d89abb5823f2dc7434ccd2a8ff61d8 Mon Sep 17 00:00:00 2001 From: Relintai Date: Wed, 4 Aug 2021 21:10:43 +0200 Subject: [PATCH] Fix include guard. --- core/http/session_manager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/http/session_manager.h b/core/http/session_manager.h index b263e9a..e473c19 100644 --- a/core/http/session_manager.h +++ b/core/http/session_manager.h @@ -1,5 +1,5 @@ -#ifndef USER_MANAGER_H -#define USER_MANAGER_H +#ifndef SESSION_MANAGER_H +#define SESSION_MANAGER_H #include "core/object.h"