diff options
author | 2013-05-17 11:06:39 -0700 | |
---|---|---|
committer | 2013-05-17 11:06:39 -0700 | |
commit | 06a582e8b514b64be3b1565ffa25b52aa1c52c58 (patch) | |
tree | abc179dde5864abcb312544de1813d870b1863c7 | |
parent | 59eaeed5fabc27942d62327fa460ebb8bd2f3822 (diff) |
Remove unnecessary header file.
In b2cac4ff37ed2a3521efb307b807b12f649634b8, the last
reference to property_get was removed, but the include
file remained. Remove it.
This is causing me unrelated problems.
Change-Id: I87bbfbfa5871f6da4a1b00037a225f67bbd75881
-rw-r--r-- | libs/utils/Threads.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/utils/Threads.cpp b/libs/utils/Threads.cpp index e0f12dc02e..ff74914cbb 100644 --- a/libs/utils/Threads.cpp +++ b/libs/utils/Threads.cpp @@ -21,7 +21,6 @@ #include <utils/Log.h> #include <cutils/sched_policy.h> -#include <cutils/properties.h> #include <stdio.h> #include <stdlib.h> |