Fix the includes for BufferHubEventFd tests.
Fixes: 120557224
Test: BufferHubBuffer_test build and run without segfault, although
there are two actual tests fails due to another issue in b/120511789.
Change-Id: Iecf7d486415252c186727133d7f617587fc16669
diff --git a/libs/ui/tests/BufferHubEventFd_test.cpp b/libs/ui/tests/BufferHubEventFd_test.cpp
index 8e61c68..92fb33f 100644
--- a/libs/ui/tests/BufferHubEventFd_test.cpp
+++ b/libs/ui/tests/BufferHubEventFd_test.cpp
@@ -19,14 +19,14 @@
#include <sys/epoll.h>
#include <sys/eventfd.h>
-#include <hidl/ServiceManagement.h>
-#include <hwbinder/IPCThreadState.h>
+#include <array>
#include <condition_variable>
#include <mutex>
#include <thread>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
+#include <log/log.h>
#include <ui/BufferHubEventFd.h>
namespace android {