mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +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 "TracyPrint.hpp"
|
||||||
#include "TracyImGui.hpp"
|
#include "TracyImGui.hpp"
|
||||||
|
|
||||||
|
@ -5,8 +5,7 @@
|
|||||||
# pragma warning( disable: 4244 ) // conversion from don't care to whatever, possible loss of data
|
# pragma warning( disable: 4244 ) // conversion from don't care to whatever, possible loss of data
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <algorithm>
|
#include <math.h>
|
||||||
#include <assert.h>
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "imgui.h"
|
#include "imgui.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user