From 2a7f218164e5e11226059080f27f705618e9d62c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 17 Oct 2022 18:09:06 +0200 Subject: a --- main/gui.cpp | 4 ++-- main/imgui-raii.hpp | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'main') diff --git a/main/gui.cpp b/main/gui.cpp index ea65a1b6..6bf929dc 100644 --- a/main/gui.cpp +++ b/main/gui.cpp @@ -1,7 +1,7 @@ #include "app.hpp" -#include "imgui-raii.hpp" #include -#ifndef __CLION_IDE__ +#ifndef __CLION_IDE__zz +#include "imgui-raii.hpp" #include #endif diff --git a/main/imgui-raii.hpp b/main/imgui-raii.hpp index f3da1f60..931b5189 100644 --- a/main/imgui-raii.hpp +++ b/main/imgui-raii.hpp @@ -2,9 +2,7 @@ #include #include -#ifndef __CLION_IDE__ #include -#endif namespace floormat::imgui { -- cgit v1.2.3