commit | 7e66d5a345263bd544690a622d0487ae4523fe52 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <[email protected]> | Thu Jun 29 23:04:24 2023 +0000 |
committer | Cherrypicker Worker <[email protected]> | Thu Aug 10 17:53:38 2023 +0000 |
tree | 680885d86e09862af56eaabfd28789bc711fa10b | |
parent | 26d509fee6ad10cbdd2a0ece1f984cbd6b343b1f [diff] |
Don't include cutils/threads.h Bug: 289414897 Test: buildserver (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:5195cfb51ec7bcaf0ad39a507d3bae8ce6727126) Merged-In: I14b99f42feaae7af00cbd17cfe482eb2e5da71e8 Change-Id: I14b99f42feaae7af00cbd17cfe482eb2e5da71e8
diff --git a/pla/android/loc_pla.h b/pla/android/loc_pla.h index 34cb591..ec2e144 100644 --- a/pla/android/loc_pla.h +++ b/pla/android/loc_pla.h
@@ -40,7 +40,6 @@ #endif #include <cutils/properties.h> -#include <cutils/threads.h> #include <cutils/sched_policy.h> #include <cutils/android_filesystem_config.h> #include <string.h>
diff --git a/pla/oe/loc_pla.h b/pla/oe/loc_pla.h index 268b6bf..aeeade0 100644 --- a/pla/oe/loc_pla.h +++ b/pla/oe/loc_pla.h
@@ -75,7 +75,6 @@ #ifndef FEATURE_EXTERNAL_AP #include <cutils/properties.h> -#include <cutils/threads.h> #include <cutils/sched_policy.h> #else #define set_sched_policy(a, b)