Removed unused includes and replaced Ultrasonic's std::set with std::vector (#767)

This commit is contained in:
Tyler Veness
2017-11-23 20:46:24 -08:00
committed by Peter Johnson
parent 5c659fdcdf
commit a00b2449db
3 changed files with 6 additions and 7 deletions

View File

@@ -7,8 +7,6 @@
#pragma once
#include <list>
#include <map>
#include <memory>
#include <set>
#include <string>