diff options
author | Ameer <aj662@drexel.edu> | 2020-06-21 21:15:58 -0400 |
---|---|---|
committer | Ameer <aj662@drexel.edu> | 2020-06-21 21:17:46 -0400 |
commit | 968d631aa59a0a4e51e219eaa143d2b95593c3e7 (patch) | |
tree | 3429728a2848581b869a038a2da6499a2ca36952 /src/input_common/main.cpp | |
parent | 5f0fa4cb8283d61ad2993273fa48b2fd3868a680 (diff) |
std::arrays where appropriate, clear q in adapter class, other touch ups
Diffstat (limited to 'src/input_common/main.cpp')
-rw-r--r-- | src/input_common/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input_common/main.cpp b/src/input_common/main.cpp index 536e5c80a..89dddf7cf 100644 --- a/src/input_common/main.cpp +++ b/src/input_common/main.cpp @@ -2,7 +2,6 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. -#include <iostream> #include <memory> #include <thread> #include <libusb.h> |