Don't include cutils/threads.h

Bug: 289414897
Test: buildserver
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:5195cfb51ec7bcaf0ad39a507d3bae8ce6727126)
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ced97e5592a6bb0cf53231b70d8a38c2235d2091)
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)