1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

No need to include imgui.h in source view header.

This commit is contained in:
Bartosz Taudul
2022-07-02 16:33:45 +02:00
parent 1879d07eae
commit 96dc8c8d1c
+1 -2
View File
@@ -5,8 +5,6 @@
#include <string>
#include <vector>
#include <imgui.h>
#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
{