Merge pull request #2341 from lioncash/fwd

DolphinWX: Remove unnecessary forward declarations
This commit is contained in:
Lioncash 2015-05-08 09:54:23 -04:00
commit cb20589d7f
38 changed files with 1 additions and 56 deletions

View file

@ -36,7 +36,7 @@ class wxSpinCtrl;
class wxStaticBitmap;
class wxTextCtrl;
class wxTreeCtrl;
class wxWindow;
namespace DiscIO { struct SFileInfo; }
namespace Gecko { class CodeConfigPanel; }