1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-26 05:56:33 -05:00

Tidy up the pointers, use pair over tuple where appropriate

This commit is contained in:
Ameer
2020-06-21 23:56:56 -04:00
parent 0f729ef078
commit 28046ae3a9
4 changed files with 22 additions and 24 deletions

View File

@@ -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 {