diff options
| author | 2020-06-21 23:56:56 -0400 | |
|---|---|---|
| committer | 2020-06-21 23:56:56 -0400 | |
| commit | 28046ae3a9cd5e32c7cae1cf64aa005502bf1749 (patch) | |
| tree | e26cc2a7266fe3709a2417acba6536ee58a77964 /src/input_common/main.h | |
| parent | fix for sleep using stl (diff) | |
| download | yuzu-28046ae3a9cd5e32c7cae1cf64aa005502bf1749.tar.gz yuzu-28046ae3a9cd5e32c7cae1cf64aa005502bf1749.tar.xz yuzu-28046ae3a9cd5e32c7cae1cf64aa005502bf1749.zip | |
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 @@ | |||
| 7 | #include <memory> | 7 | #include <memory> |
| 8 | #include <string> | 8 | #include <string> |
| 9 | #include <vector> | 9 | #include <vector> |
| 10 | #include "input_common/gcadapter/gc_adapter.h" | ||
| 11 | #include "input_common/gcadapter/gc_poller.h" | 10 | #include "input_common/gcadapter/gc_poller.h" |
| 12 | 11 | ||
| 13 | namespace Common { | 12 | namespace Common { |