From f2f44dfce609b7f5b228e61829d454b5c8c2734a Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 14 Mar 2024 19:38:21 +0100 Subject: more static analysis fixes --- imgui/backends/imgui_impl_win32.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'imgui') diff --git a/imgui/backends/imgui_impl_win32.cpp b/imgui/backends/imgui_impl_win32.cpp index 73ed700..808f132 100644 --- a/imgui/backends/imgui_impl_win32.cpp +++ b/imgui/backends/imgui_impl_win32.cpp @@ -16,9 +16,9 @@ // - Documentation https://dearimgui.com/docs (same as your local docs/ folder). // - Introduction, links and more at the top of imgui.cpp -#include "imgui.h" +#include #ifndef IMGUI_DISABLE -#include "imgui_impl_win32.h" +#include #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif -- cgit v1.2.3-70-g09d2