aboutsummaryrefslogtreecommitdiff
path: root/gps/pla
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-10-13 14:21:42 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-10-13 14:21:42 +0530
commite394d17751ded0dbb60b2d75b4f6d4cca5e61bc1 (patch)
tree3b723581b08be2218898b6c67a6f4ef3988e6549 /gps/pla
parent4d671fec381d5159b4112868cad40b72b50ec2c1 (diff)
get compilation working
Diffstat (limited to 'gps/pla')
-rw-r--r--gps/pla/android/loc_pla.h1
-rw-r--r--gps/pla/oe/loc_pla.h1
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>