mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 12:53:51 +00:00
No need to include imgui.h in source view header.
This commit is contained in:
parent
1879d07eae
commit
96dc8c8d1c
@ -5,8 +5,6 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <imgui.h>
|
|
||||||
|
|
||||||
#include "tracy_robin_hood.h"
|
#include "tracy_robin_hood.h"
|
||||||
#include "TracyCharUtil.hpp"
|
#include "TracyCharUtil.hpp"
|
||||||
#include "TracyDecayValue.hpp"
|
#include "TracyDecayValue.hpp"
|
||||||
@ -16,6 +14,7 @@
|
|||||||
#include "../common/TracyProtocol.hpp"
|
#include "../common/TracyProtocol.hpp"
|
||||||
|
|
||||||
struct ImFont;
|
struct ImFont;
|
||||||
|
struct ImVec2;
|
||||||
|
|
||||||
namespace tracy
|
namespace tracy
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user