diff options
| author | 2014-08-18 16:40:17 -0400 | |
|---|---|---|
| committer | 2014-08-18 16:40:17 -0400 | |
| commit | 85a20a9b195d72bad8a06c1d965e3ecb7a9c5917 (patch) | |
| tree | 947254799339813c3a789f660d144f5b7a6a85d6 /src | |
| parent | Merge pull request #57 from lioncash/str (diff) | |
| download | yuzu-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.h | 2 |
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 | ||
| 11 | class DebugInterface; | ||
| 12 | |||
| 13 | struct TSymbol | 11 | struct TSymbol |
| 14 | { | 12 | { |
| 15 | TSymbol() : | 13 | TSymbol() : |