summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libcutils/sched_policy.cpp')
-rw-r--r--libcutils/sched_policy.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcutils/sched_policy.cpp b/libcutils/sched_policy.cpp
index b00fa8561..0e6d33333 100644
--- a/libcutils/sched_policy.cpp
+++ b/libcutils/sched_policy.cpp
@@ -14,6 +14,8 @@
14** limitations under the License. 14** limitations under the License.
15*/ 15*/
16 16
17#include <cutils/sched_policy.h>
18
17#define LOG_TAG "SchedPolicy" 19#define LOG_TAG "SchedPolicy"
18 20
19#include <errno.h> 21#include <errno.h>
@@ -24,7 +26,6 @@
24#include <unistd.h> 26#include <unistd.h>
25 27
26#include <log/log.h> 28#include <log/log.h>
27#include <cutils/sched_policy.h>
28 29
29#define UNUSED __attribute__((__unused__)) 30#define UNUSED __attribute__((__unused__))
30 31