summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Lioncash2014-08-18 16:40:17 -0400
committerGravatar Lioncash2014-08-18 16:40:17 -0400
commit85a20a9b195d72bad8a06c1d965e3ecb7a9c5917 (patch)
tree947254799339813c3a789f660d144f5b7a6a85d6 /src
parentMerge pull request #57 from lioncash/str (diff)
downloadyuzu-85a20a9b195d72bad8a06c1d965e3ecb7a9c5917.tar.gz
yuzu-85a20a9b195d72bad8a06c1d965e3ecb7a9c5917.tar.xz
yuzu-85a20a9b195d72bad8a06c1d965e3ecb7a9c5917.zip
Common: Get rid of an unnecessary forward declaration in symbols.h
Diffstat (limited to 'src')
-rw-r--r--src/common/symbols.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/symbols.h b/src/common/symbols.h
index e59bc5dd4..b13a8001a 100644
--- a/src/common/symbols.h
+++ b/src/common/symbols.h
@@ -8,8 +8,6 @@
8 8
9#include "common/common.h" 9#include "common/common.h"
10 10
11class DebugInterface;
12
13struct TSymbol 11struct TSymbol
14{ 12{
15 TSymbol() : 13 TSymbol() :