From 3ebe17c7bda3603c57c7147e31d53ffa66d561a0 Mon Sep 17 00:00:00 2001 From: scawful Date: Sat, 28 Dec 2024 17:48:30 -0500 Subject: [PATCH] Cleanup style.h --- src/app/gui/style.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/gui/style.h b/src/app/gui/style.h index 051a1f88..30e5d609 100644 --- a/src/app/gui/style.h +++ b/src/app/gui/style.h @@ -1,16 +1,12 @@ #ifndef YAZE_APP_CORE_STYLE_H #define YAZE_APP_CORE_STYLE_H -#include #include #include "ImGuiColorTextEdit/TextEditor.h" -#include "absl/status/status.h" #include "absl/strings/string_view.h" -#include "app/core/constants.h" #include "app/gfx/bitmap.h" #include "imgui/imgui.h" -#include "imgui/misc/cpp/imgui_stdlib.h" namespace yaze { namespace app {