From 96dc8c8d1c7b9458897b1c2c5f94d970fb133556 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 2 Jul 2022 16:33:45 +0200 Subject: [PATCH] No need to include imgui.h in source view header. --- server/TracySourceView.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/TracySourceView.hpp b/server/TracySourceView.hpp index 572add8d..4f20d550 100644 --- a/server/TracySourceView.hpp +++ b/server/TracySourceView.hpp @@ -5,8 +5,6 @@ #include #include -#include - #include "tracy_robin_hood.h" #include "TracyCharUtil.hpp" #include "TracyDecayValue.hpp" @@ -16,6 +14,7 @@ #include "../common/TracyProtocol.hpp" struct ImFont; +struct ImVec2; namespace tracy {