Skip to content

Commit

Permalink
Remove needless include
Browse files Browse the repository at this point in the history
  • Loading branch information
mityu committed Sep 16, 2023
1 parent 82a92ac commit 06e6990
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion keyboard.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "keyboard.hpp"
#include <cstddef>
#include <array>
#include <algorithm>

namespace {
std::array<bool, static_cast<std::size_t>(Keycode::Count)> state({});
Expand Down
1 change: 0 additions & 1 deletion main_osx.mm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include "main.hpp"
#include "viewer.hpp"
#include "util.hpp"
#include "constant.hpp"
#include "util.hpp"
#include "keyboard.hpp"
Expand Down

0 comments on commit 06e6990

Please sign in to comment.