OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59eaeed
)
Remove unnecessary header file.
author
Nick Kralevich
<nnk@google.com>
Fri, 17 May 2013 18:06:39 +0000
(11:06 -0700)
committer
Nick Kralevich
<nnk@google.com>
Fri, 17 May 2013 18:06:39 +0000
(11:06 -0700)
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
libs/utils/Threads.cpp
patch
|
blob
|
history
diff --git
a/libs/utils/Threads.cpp
b/libs/utils/Threads.cpp
index
e0f12dc
..
ff74914
100644
(file)
--- 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>