mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Convert all includes to relative paths.
This commit is contained in:
@ -1,13 +1,12 @@
|
||||
#include "UDPConfigDiag.h"
|
||||
#include "UDPWrapper.h"
|
||||
|
||||
#include "Common.h"
|
||||
#include "ControllerEmu.h"
|
||||
#include "IniFile.h"
|
||||
#include "WxUtils.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "Common/Common.h"
|
||||
#include "Common/IniFile.h"
|
||||
#include "DolphinWX/UDPConfigDiag.h"
|
||||
#include "DolphinWX/WxUtils.h"
|
||||
#include "InputCommon/ControllerEmu.h"
|
||||
#include "InputCommon/UDPWrapper.h"
|
||||
|
||||
UDPConfigDiag::UDPConfigDiag(wxWindow * const parent, UDPWrapper * _wrp) :
|
||||
wxDialog(parent, -1, _("UDP Wiimote"), wxDefaultPosition, wxDefaultSize),
|
||||
wrp(_wrp)
|
||||
|
Reference in New Issue
Block a user