Remove unused using statement.

Test: pass
Bug: 36099713
Change-Id: I07b90f9592fdd6b9c58ee52dc4f49f5e8b9f3459
This commit is contained in:
Steven Moreland
2017-03-20 07:56:34 -07:00
parent 66dc7be9e6
commit 8b44df35f1

View File

@@ -31,7 +31,6 @@
namespace android {
using hardware::hidl_vec;
using hardware::Status;
using hardware::thermal::V1_0::CoolingDevice;
using hardware::thermal::V1_0::CpuUsage;
using hardware::thermal::V1_0::IThermal;