summaryrefslogtreecommitdiff
path: root/ui/queryTool.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2026-01-16 00:30:42 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2026-01-16 00:30:42 +0000
commit2711f074b58e4ab54d45c1b696175808811d4ef8 (patch)
tree9a13b58244ca27b2802b6f9002aefaeb76d13206 /ui/queryTool.cpp
parentPass shaders through glslangValidator (diff)
downloadilt-2711f074b58e4ab54d45c1b696175808811d4ef8.tar.bz2
ilt-2711f074b58e4ab54d45c1b696175808811d4ef8.tar.xz
ilt-2711f074b58e4ab54d45c1b696175808811d4ef8.zip
Tidy thirdparty jam, use -isystem for thirdparty includes
Removes the need to disable warnings for imgui includes.
Diffstat (limited to 'ui/queryTool.cpp')
-rw-r--r--ui/queryTool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/queryTool.cpp b/ui/queryTool.cpp
index 549bd9e..56eee9a 100644
--- a/ui/queryTool.cpp
+++ b/ui/queryTool.cpp
@@ -1,9 +1,9 @@
#include "queryTool.h"
-#include "imgui_wrap.h"
#include <game/gamestate.h>
#include <game/selectable.h>
#include <game/terrain.h>
#include <game/worldobject.h>
+#include <imgui.h>
#include <ray.h>
#include <stream_support.h>