Fix include guard.

This commit is contained in:
Relintai 2021-08-04 21:10:43 +02:00
parent c4dd81995e
commit 652543ef19

View File

@ -1,5 +1,5 @@
#ifndef USER_MANAGER_H
#define USER_MANAGER_H
#ifndef SESSION_MANAGER_H
#define SESSION_MANAGER_H
#include "core/object.h"