sdm660-common: gps: Don't include cutils/threads.h

Bug: 289414897
Test: buildserver
Change-Id: I14b99f42feaae7af00cbd17cfe482eb2e5da71e8
This commit is contained in:
Tomasz Wasilczyk 2023-06-29 23:04:24 +00:00 committed by CakesTwix
parent 76199d8248
commit a65e563976
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825
2 changed files with 0 additions and 2 deletions

View file

@ -40,7 +40,6 @@ extern "C" {
#endif #endif
#include <cutils/properties.h> #include <cutils/properties.h>
#include <cutils/threads.h>
#include <cutils/sched_policy.h> #include <cutils/sched_policy.h>
#include <cutils/android_filesystem_config.h> #include <cutils/android_filesystem_config.h>
#include <string.h> #include <string.h>

View file

@ -75,7 +75,6 @@ extern "C" {
#ifndef FEATURE_EXTERNAL_AP #ifndef FEATURE_EXTERNAL_AP
#include <cutils/properties.h> #include <cutils/properties.h>
#include <cutils/threads.h>
#include <cutils/sched_policy.h> #include <cutils/sched_policy.h>
#else #else
#define set_sched_policy(a, b) #define set_sched_policy(a, b)