mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
TracyImGui.hpp does not need assert.h nor algorithm includes.
This commit is contained in:
parent
4347cc58b1
commit
1879d07eae
@ -1,3 +1,6 @@
|
||||
#include <assert.h>
|
||||
#include <algorithm>
|
||||
|
||||
#include "TracyPrint.hpp"
|
||||
#include "TracyImGui.hpp"
|
||||
|
||||
|
@ -5,8 +5,7 @@
|
||||
# pragma warning( disable: 4244 ) // conversion from don't care to whatever, possible loss of data
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include <assert.h>
|
||||
#include <math.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "imgui.h"
|
||||
|
Loading…
Reference in New Issue
Block a user