mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-13 07:00:47 -05:00
Fix more header sorting issues in InputCommon/ (now check-includes clean).
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "InputCommon/ControllerInterface/Device.h"
|
||||
|
||||
extern "C" {
|
||||
#include <X11/keysym.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/extensions/XInput2.h>
|
||||
#include <X11/keysym.h>
|
||||
}
|
||||
|
||||
#include "InputCommon/ControllerInterface/Device.h"
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
namespace XInput2
|
||||
|
||||
Reference in New Issue
Block a user