Code cleanup: removing common.h
This commit is contained in:
@@ -12,12 +12,10 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "xenia/common.h"
|
||||
#include "xenia/hid/input_system.h"
|
||||
|
||||
namespace xe {
|
||||
namespace hid {
|
||||
class InputDriver;
|
||||
class InputSystem;
|
||||
namespace xinput {
|
||||
|
||||
std::unique_ptr<InputDriver> Create(InputSystem* input_system);
|
||||
|
||||
Reference in New Issue
Block a user