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