Skip to content

Commit bd5024a

Browse files
committed
Session logout hotfix release
1 parent ddbf72f commit bd5024a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Framework/Modules/Manager/ModulesManager.hpp

-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@
4343
#include <TextUtils/ThirdParty/UntitledImGuiTextUtils/UImGuiTextUtils.hpp>
4444
#endif
4545

46-
#ifdef UIMGUI_DBUS_SUBMODULE_ENABLED
47-
#include <OS/ThirdParty/UntitledDBusUtils/DBusUtils.hpp>
48-
#endif
49-
5046
namespace UImGui
5147
{
5248
typedef UImGui_ModuleSettings ModuleSettings;

Framework/Modules/OS/src/OS.hpp

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
#endif
1313
#endif
1414

15+
#ifdef UIMGUI_DBUS_SUBMODULE_ENABLED
16+
#include <OS/ThirdParty/UntitledDBusUtils/DBusUtils.hpp>
17+
#endif
18+
1519
#include "Unix/DBus.hpp"
1620
#include "Unix/Fontconfig.hpp"
1721
#endif

0 commit comments

Comments
 (0)