From 4f95e094e484fc7f088fbebee51ec3aae1ba669f Mon Sep 17 00:00:00 2001 From: Triang3l Date: Sun, 12 Sep 2021 14:32:41 +0300 Subject: [PATCH] [GPU] Remove outdated forward declarations from trace_dump.h --- src/xenia/gpu/trace_dump.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/xenia/gpu/trace_dump.h b/src/xenia/gpu/trace_dump.h index b05d11950..9815eacaf 100644 --- a/src/xenia/gpu/trace_dump.h +++ b/src/xenia/gpu/trace_dump.h @@ -2,7 +2,7 @@ ****************************************************************************** * Xenia : Xbox 360 Emulator Research Project * ****************************************************************************** - * Copyright 2020 Ben Vanik. All rights reserved. * + * Copyright 2021 Ben Vanik. All rights reserved. * * Released under the BSD license - see LICENSE in the root for more details. * ****************************************************************************** */ @@ -19,13 +19,6 @@ #include "xenia/gpu/xenos.h" #include "xenia/memory.h" -namespace xe { -namespace ui { -class Loop; -class Window; -} // namespace ui -} // namespace xe - namespace xe { namespace gpu {