mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-12 21:37:59 -05:00
Convert all includes to relative paths.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
#include "XInput.h"
|
||||
#include "InputCommon/ControllerInterface/XInput/XInput.h"
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../Device.h"
|
||||
#include "InputCommon/ControllerInterface/Device.h"
|
||||
|
||||
#define NOMINMAX
|
||||
#include <Windows.h>
|
||||
|
||||
Reference in New Issue
Block a user