mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 20:56:25 +00:00
Config.h should never be included directly, but rather through Common.h
for portability. (It is a bit unfortunate that some of the plugins have a Config.h of their own, which can confuse this matter.) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5795 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
2be444965a
commit
7ce5e5d1bd
5 changed files with 4 additions and 9 deletions
|
@ -25,10 +25,8 @@
|
|||
#include <wx/combobox.h>
|
||||
#include <wx/checkbox.h>
|
||||
#include <wx/gbsizer.h>
|
||||
#ifndef _WIN32
|
||||
#include "Config.h"
|
||||
#endif
|
||||
|
||||
#include "Common.h"
|
||||
#include "CoreParameter.h"
|
||||
#include "WXInputBase.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue