Revert "Begin cleanup of HidlBinderSupport.h includes."
This reverts commit 128040a16d5ed83da9b4fb2c6f562e932fa99619.
Bug: 65843592
Reason for revert: This broke some devices internally. Will fix those in advance before fixing this.
Change-Id: I727997c4abed00504b5adcf7df09696afb872308
diff --git a/transport/include/hidl/HidlBinderSupport.h b/transport/include/hidl/HidlBinderSupport.h
index 8fe1450..97d185e 100644
--- a/transport/include/hidl/HidlBinderSupport.h
+++ b/transport/include/hidl/HidlBinderSupport.h
@@ -24,10 +24,11 @@
#include <hidl/HidlSupport.h>
#include <hidl/HidlTransportUtils.h>
#include <hidl/MQDescriptor.h>
+#include <hidl/Static.h>
#include <hwbinder/IBinder.h>
+#include <hwbinder/IPCThreadState.h>
#include <hwbinder/Parcel.h>
-#include <log/log.h> // TODO(b/65843592): remove. Too many users depending on this transitively.
-
+#include <hwbinder/ProcessState.h>
// Defines functions for hidl_string, hidl_version, Status, hidl_vec, MQDescriptor,
// etc. to interact with Parcel.