diff options
author | Tomasz Wasilczyk <twasilczyk@google.com> | 2023-06-29 23:04:24 +0000 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-19 08:51:55 +0530 |
commit | 518e20e6aae4b2c1e4bb9636733eb7e735409ea2 (patch) | |
tree | 7ab65db534f0ae634f3c0ab128149bd1e36bee53 /gps | |
parent | cad1a8d3c1b53e0ce46bd3ce539646d39615613f (diff) |
msm8996-common: gps: Don't include cutils/threads.h
Bug: 289414897
Test: buildserver
Change-Id: I14b99f42feaae7af00cbd17cfe482eb2e5da71e8
Diffstat (limited to 'gps')
-rw-r--r-- | gps/pla/android/loc_pla.h | 1 | ||||
-rw-r--r-- | gps/pla/oe/loc_pla.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gps/pla/android/loc_pla.h b/gps/pla/android/loc_pla.h index 9caae73..74bc2f2 100644 --- a/gps/pla/android/loc_pla.h +++ b/gps/pla/android/loc_pla.h @@ -39,7 +39,6 @@ extern "C" { #endif #include <cutils/properties.h> -#include <cutils/threads.h> #include <cutils/sched_policy.h> #define LOC_PATH_GPS_CONF_STR "/vendor/etc/gps.conf" diff --git a/gps/pla/oe/loc_pla.h b/gps/pla/oe/loc_pla.h index 3ca1964..6c6dde9 100644 --- a/gps/pla/oe/loc_pla.h +++ b/gps/pla/oe/loc_pla.h @@ -37,7 +37,6 @@ extern "C" { #endif #include <cutils/properties.h> -#include <cutils/threads.h> #include <cutils/sched_policy.h> #include <sys/time.h> #include <string.h> |