vts fingerprint: IWYU utils/Condition.h

The standard library should be used instead of this class in new code,
but for simplicity, just IWYU (exposed by removing some headers from
some HIDL).

Bug: 65843592
Test: m only
Change-Id: Ib27c4c89a6aae551ebaeed05fc1bbadd780f4ba0
This commit is contained in:
Steven Moreland
2018-07-31 18:27:38 -07:00
parent f1482e2901
commit 75023074cf

View File

@@ -24,6 +24,7 @@
#include <android/hardware/biometrics/fingerprint/2.1/IBiometricsFingerprintClientCallback.h>
#include <hidl/HidlSupport.h>
#include <hidl/HidlTransportSupport.h>
#include <utils/Condition.h>
#include <cinttypes>
#include <future>