commit | 6a3c05bcfab588fd99dd8d619a53d15374e99507 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Apr 27 20:06:55 2017 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue May 09 16:42:31 2017 -0700 |
tree | 30e5edaa74ea3dff07579a5a9cd39f1755069eb3 | |
parent | 37c27efdf8232272648e56513f3caceeb5c66407 [diff] [blame] |
fix circular dependency libnativewindow <-> libui Bug: 37647680 Bug: 37648355 Test: compile, manual Change-Id: I9631beea52e23ebb519411f943c6f5062aedd2e5
diff --git a/include/media/hardware/HDCPAPI.h b/include/media/hardware/HDCPAPI.h index 30cd5fd..7797bb2 100644 --- a/include/media/hardware/HDCPAPI.h +++ b/include/media/hardware/HDCPAPI.h
@@ -15,11 +15,10 @@ */ #ifndef HDCP_API_H_ - #define HDCP_API_H_ #include <utils/Errors.h> -#include <system/window.h> +#include <cutils/native_handle.h> namespace android {