Convert all includes to relative paths.

This commit is contained in:
Lioncash
2014-02-17 05:18:15 -05:00
parent 73691a8587
commit 2afe215271
893 changed files with 4628 additions and 4957 deletions

View File

@ -11,6 +11,9 @@
// might have to change this setup for wiimote
#define PROFILES_PATH "Profiles/"
#include <sstream>
#include <vector>
#include <wx/wx.h>
#include <wx/listbox.h>
#include <wx/textctrl.h>
@ -22,14 +25,11 @@
#include <wx/panel.h>
#include <wx/spinctrl.h>
#include <sstream>
#include <vector>
#include "ControllerInterface/ControllerInterface.h"
#include "ControllerEmu.h"
#include "InputConfig.h"
#include "FileSearch.h"
#include "UDPWrapper.h"
#include "Common/FileSearch.h"
#include "InputCommon/ControllerEmu.h"
#include "InputCommon/InputConfig.h"
#include "InputCommon/UDPWrapper.h"
#include "InputCommon/ControllerInterface/ControllerInterface.h"
class PadSetting
{