Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2021-03-27 15:05:59 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-03-27 15:05:59 +0300
commitd56f7dab099ac026a2a04028feac6c961f67bf0d (patch)
tree60a5ec2bc519e125533773b5ed3e0eab76159e92
parent1cb6c17991d38b271bb822e1a5c572bd05709fa6 (diff)
Remove unneeded forward declarations.
-rw-r--r--server/TracyView.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/TracyView.hpp b/server/TracyView.hpp
index 6c3acc28..e1ff099c 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -28,10 +28,8 @@ namespace tracy
{
struct MemoryPage;
-struct QueueItem;
class FileRead;
class SourceView;
-struct ZoneTimeData;
class View
{