diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-13 14:21:42 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-13 14:21:42 +0530 |
commit | e394d17751ded0dbb60b2d75b4f6d4cca5e61bc1 (patch) | |
tree | 3b723581b08be2218898b6c67a6f4ef3988e6549 /gps/pla | |
parent | 4d671fec381d5159b4112868cad40b72b50ec2c1 (diff) |
get compilation working
Diffstat (limited to 'gps/pla')
-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> |