mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 18:19:49 -06:00
Convert all includes to relative paths.
This commit is contained in:
@ -6,9 +6,9 @@
|
||||
|
||||
#include <wx/wx.h>
|
||||
|
||||
#include "Common.h"
|
||||
#include "CoreParameter.h"
|
||||
#include "../InputCommon/GCPadStatus.h"
|
||||
#include "Common/Common.h"
|
||||
#include "Core/CoreParameter.h"
|
||||
#include "InputCommon/GCPadStatus.h"
|
||||
|
||||
class TASInputDlg : public wxDialog
|
||||
{
|
||||
|
Reference in New Issue
Block a user