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 {