summaryrefslogtreecommitdiff
path: root/imgui/backends/imgui_impl_win32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'imgui/backends/imgui_impl_win32.cpp')
-rw-r--r--imgui/backends/imgui_impl_win32.cpp4
1 files changed, 2 insertions, 2 deletions
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 <imgui.h>
#ifndef IMGUI_DISABLE
-#include "imgui_impl_win32.h"
+#include <imgui_impl_win32.h>
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif