From a31ab6a256201fe0d04390a5a0954bad9ca7014a Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 13 Sep 2017 22:56:08 +0200 Subject: [PATCH] Move TracyQueue.hpp to common. --- client/TracyProfiler.hpp | 2 +- {client => common}/TracyQueue.hpp | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {client => common}/TracyQueue.hpp (100%) diff --git a/client/TracyProfiler.hpp b/client/TracyProfiler.hpp index 15a2b666..c95828f2 100755 --- a/client/TracyProfiler.hpp +++ b/client/TracyProfiler.hpp @@ -6,7 +6,7 @@ #include #include "concurrentqueue.h" -#include "TracyQueue.hpp" +#include "../common/TracyQueue.hpp" namespace tracy { diff --git a/client/TracyQueue.hpp b/common/TracyQueue.hpp similarity index 100% rename from client/TracyQueue.hpp rename to common/TracyQueue.hpp