diff options
author | bunnei <bunneidev@gmail.com> | 2014-08-19 19:00:22 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-08-19 19:00:22 -0400 |
commit | 39fbb0d5083f458a30dd0bb5b8f88f3a6d2f17e8 (patch) | |
tree | 4bf065f8fd56610f0c61ac16c6317e20ecd8231a | |
parent | e9c5c563a500ac19ecb2f580ce065a9010dedac9 (diff) | |
parent | 85a20a9b195d72bad8a06c1d965e3ecb7a9c5917 (diff) |
Merge pull request #59 from lioncash/fwddecl
Common: Get rid of an unnecessary forward declaration in symbols.h
-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() : |