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 a0f8f1dc5e
commit 5479427335
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 {