diff options
author | HampusM <hampus@hampusmat.com> | 2022-03-27 19:48:13 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:56:57 +0200 |
commit | 3b326d77dceb3cc70abd54943689d76ecd96fc8b (patch) | |
tree | 3a27f16430eb63d5610c5a166ffc2d29e5d164c8 /src/engine/user/input.hpp | |
parent | 5c1c672e018e41e5c87a0263a851684a52d9c1fb (diff) |
refactor: use cin in input handler
Diffstat (limited to 'src/engine/user/input.hpp')
-rw-r--r-- | src/engine/user/input.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/user/input.hpp b/src/engine/user/input.hpp index 51f3fcb..f86d0d0 100644 --- a/src/engine/user/input.hpp +++ b/src/engine/user/input.hpp @@ -7,7 +7,6 @@ #include <climits> #include <memory> #include <termios.h> -#include <unordered_map> #include <vector> class InputHandler : public IInputHandler, public AutoWirable<IInputHandler, InputHandler> |