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

Move benaphore to common directory.

This commit is contained in:
Bartosz Taudul
2018-04-01 18:59:55 +02:00
parent b12375815c
commit 16a98c8c17
9 changed files with 18 additions and 19 deletions
+1 -1
View File
@@ -7,9 +7,9 @@
#include <thread>
#include <vector>
#include "../common/tracy_benaphore.h"
#include "TracyVector.hpp"
#include "TracyWorker.hpp"
#include "tracy_benaphore.h"
#include "tracy_flat_hash_map.hpp"
struct ImVec2;