Skip to content

Commit

Permalink
Drop imgui_internal.h from oscimgui.h
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Sep 14, 2024
1 parent cdf172b commit 2a9d1c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/oscar/UI/oscimgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <oscar/Utils/ScopeGuard.h>
#include <oscar/Utils/UID.h>

#include <imgui/imgui_internal.h>
#include <imgui/misc/cpp/imgui_stdlib.h>
#include <implot.h>
#include <IconsFontAwesome5.h>
Expand Down
1 change: 0 additions & 1 deletion src/oscar/UI/oscimgui.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#define IMGUI_USER_CONFIG <oscar/UI/oscimgui_config.h>
#include <imgui.h>
#include <imgui_internal.h>

#include <oscar/Graphics/Color.h>
#include <oscar/Maths/AABB.h>
Expand Down

0 comments on commit 2a9d1c4

Please sign in to comment.