kraken: Address comments from review
start lion review
This commit is contained in:
parent
61d9eb9f69
commit
2b1b0c2a30
31 changed files with 534 additions and 466 deletions
|
@ -12,7 +12,7 @@
|
|||
#include "common/logging/log.h"
|
||||
#include "common/param_package.h"
|
||||
|
||||
namespace Input {
|
||||
namespace Common::Input {
|
||||
|
||||
enum class InputType {
|
||||
None,
|
||||
|
@ -296,4 +296,4 @@ std::unique_ptr<InputDeviceType> CreateDevice(const Common::ParamPackage package
|
|||
return pair->second->Create(package);
|
||||
}
|
||||
|
||||
} // namespace Input
|
||||
} // namespace Common::Input
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <atomic>
|
||||
#include <map>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue