diff options
author | Lioncash <mathew1800@gmail.com> | 2014-08-18 16:40:17 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2014-08-18 16:40:17 -0400 |
commit | 85a20a9b195d72bad8a06c1d965e3ecb7a9c5917 (patch) | |
tree | 947254799339813c3a789f660d144f5b7a6a85d6 /src | |
parent | 0a1aab5b4259b555e77554376d87cc641c4fe922 (diff) |
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 @@ #include "common/common.h" -class DebugInterface; - struct TSymbol { TSymbol() : |