mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 13:55:38 +00:00
Another header include fix
This commit is contained in:
parent
94772ae3d9
commit
3e9c887277
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include "Supermodel.h"
|
||||
#include "Input.h"
|
||||
#include "InputSystem.h"
|
||||
|
||||
#include <vector>
|
||||
using namespace std;
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
class CInputSystem;
|
||||
struct ForceFeedbackCmd;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue