DolphinWX: Remove unnecessary includes

This commit is contained in:
Lioncash
2015-05-08 10:04:40 -04:00
parent cb20589d7f
commit a7e9aea797
80 changed files with 9 additions and 459 deletions

View File

@ -2,13 +2,9 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
#include <wx/chartype.h>
#include <wx/colour.h>
#include <wx/defs.h>
#include <wx/grid.h>
#include <wx/menu.h>
#include <wx/string.h>
#include <wx/windowid.h>
#include "Common/GekkoDisassembler.h"
#include "Core/HW/Memmap.h"