summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nick Kralevich <nnk@google.com> 2013-02-02 18:09:15 -0800
committer Nick Kralevich <nnk@google.com> 2013-02-02 18:09:15 -0800
commitc4fd05b172a405baaca671942fb1659698b13027 (patch)
tree2e4dc36f7362865bdc600998919ba97c9332d120
parent2b7b349b56e1fa7d4d845f238ad51f214a81446f (diff)
Revert "try to fix win_sdk build."
A better change was checked into system/core. See commit 941daef629bd571032851edf7ae1dce24266640e This reverts commit fa99d30ec773c5f9653d96570fb8961426bfe966.
-rw-r--r--libs/utils/Threads.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/utils/Threads.cpp b/libs/utils/Threads.cpp
index 180302040a..a25a81fbeb 100644
--- a/libs/utils/Threads.cpp
+++ b/libs/utils/Threads.cpp
@@ -21,6 +21,7 @@
#include <utils/Log.h>
#include <cutils/sched_policy.h>
+#include <cutils/properties.h>
#include <stdio.h>
#include <stdlib.h>
@@ -30,7 +31,6 @@
#include <unistd.h>
#if defined(HAVE_PTHREADS)
-# include <cutils/properties.h>
# include <pthread.h>
# include <sched.h>
# include <sys/resource.h>