Remove imgui_internal.h where unneeded

This commit is contained in:
scawful
2023-10-20 11:36:36 -04:00
parent 40d5b28f6d
commit 71ceb03823
3 changed files with 2 additions and 2 deletions

View File

@@ -5,6 +5,8 @@
#include "absl/strings/string_view.h"
#define IMGUI_DEFINE_MATH_OPERATORS
#define BASIC_BUTTON(w) if (ImGui::Button(w))
#define TAB_BAR(w) if (ImGui::BeginTabBar(w)) {

View File

@@ -2,7 +2,6 @@
#define YAZE_APP_CORE_INPUT_H
#include <imgui/imgui.h>
#include <imgui/imgui_internal.h>
#include <cstddef>
#include <cstdint>

View File

@@ -2,7 +2,6 @@
#define YAZE_APP_CORE_STYLE_H
#include <imgui/imgui.h>
#include <imgui/imgui_internal.h>
#include "absl/strings/string_view.h"