Remove unneeded forward declarations.

This commit is contained in:
Bartosz Taudul 2021-03-27 13:05:59 +01:00
parent 1cb6c17991
commit d56f7dab09
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -28,10 +28,8 @@ namespace tracy
{
struct MemoryPage;
struct QueueItem;
class FileRead;
class SourceView;
struct ZoneTimeData;
class View
{