1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00: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
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

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
{