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

Move client/Tracy.hpp -> Tracy.hpp.

This commit is contained in:
Bartosz Taudul
2017-10-16 21:28:38 +02:00
parent e04bd05606
commit 518568a513
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include <chrono>
#include <mutex>
#include <thread>
#include "../client/Tracy.hpp"
#include "../Tracy.hpp"
#include "../common/TracySystem.hpp"
void TestFunction()