diff options
author | Ameer <aj662@drexel.edu> | 2020-06-21 23:56:56 -0400 |
---|---|---|
committer | Ameer <aj662@drexel.edu> | 2020-06-21 23:56:56 -0400 |
commit | 28046ae3a9cd5e32c7cae1cf64aa005502bf1749 (patch) | |
tree | e26cc2a7266fe3709a2417acba6536ee58a77964 /src/input_common/main.h | |
parent | 0f729ef0785eba2a2bd8e9581da4050209c2611d (diff) |
Tidy up the pointers, use pair over tuple where appropriate
Diffstat (limited to 'src/input_common/main.h')
-rw-r--r-- | src/input_common/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input_common/main.h b/src/input_common/main.h index c26222f21..0e32856f6 100644 --- a/src/input_common/main.h +++ b/src/input_common/main.h @@ -7,7 +7,6 @@ #include <memory> #include <string> #include <vector> -#include "input_common/gcadapter/gc_adapter.h" #include "input_common/gcadapter/gc_poller.h" namespace Common { |