diff options
author | Ameer <aj662@drexel.edu> | 2020-06-21 15:31:57 -0400 |
---|---|---|
committer | Ameer <aj662@drexel.edu> | 2020-06-21 15:31:57 -0400 |
commit | c94583d867fd909d8731ba50e085352aae0e6885 (patch) | |
tree | 9c691c1382d3317f45ad09cb43a93f9223fe379b /src/input_common/main.h | |
parent | 0076a08d04017036b12405bfb933fa9272f8b0cd (diff) |
Clang Formatting
Diffstat (limited to 'src/input_common/main.h')
-rw-r--r-- | src/input_common/main.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input_common/main.h b/src/input_common/main.h index be2e7a6c4..9e1528c88 100644 --- a/src/input_common/main.h +++ b/src/input_common/main.h @@ -7,8 +7,8 @@ #include <memory> #include <string> #include <vector> -#include "input_common/gcadapter/gc_poller.h" #include "input_common/gcadapter/gc_adapter.h" +#include "input_common/gcadapter/gc_poller.h" namespace Common { class ParamPackage; @@ -38,7 +38,6 @@ class GCAnalogFactory; GCButtonFactory* GetGCButtons(); GCAnalogFactory* GetGCAnalogs(); - /// Generates a serialized param package for creating a keyboard button device std::string GenerateKeyboardParam(int key_code); |