Removed unnecessary #include.
This commit is contained in:
parent
7b809636d4
commit
ce9cfa3bc8
@ -20,7 +20,6 @@
|
||||
#define HEADER_INPUT_DEVICE_HPP
|
||||
|
||||
|
||||
#include "input/device_config.hpp"
|
||||
#include "input/input.hpp"
|
||||
#include "input/input_manager.hpp"
|
||||
#include "states_screens/state_manager.hpp"
|
||||
@ -28,6 +27,8 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
class DeviceConfig;
|
||||
|
||||
/**
|
||||
* \brief Input device type
|
||||
* \ingroup input
|
||||
|
Loading…
Reference in New Issue
Block a user