summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-02-02 18:09:15 -0800
committerAlex Ray <aray@google.com>2013-07-30 13:57:00 -0700
commitd30884aa0cb6e8286aca78fc73d9b239f727627e (patch)
tree16b4d6509b01885efce0b91516c339cbfed5bddb /libs
parent0656c9764a77b919d707624404546b10ec7fa9f8 (diff)
downloadsystem_core-d30884aa0cb6e8286aca78fc73d9b239f727627e.zip
system_core-d30884aa0cb6e8286aca78fc73d9b239f727627e.tar.gz
system_core-d30884aa0cb6e8286aca78fc73d9b239f727627e.tar.bz2
Revert "try to fix win_sdk build."
A better change was checked into system/core. See commit 941daef629bd571032851edf7ae1dce24266640e This reverts commit fa99d30ec773c5f9653d96570fb8961426bfe966.
Diffstat (limited to 'libs')
-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 608d674..f201fc7 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>