OSDN Git Service

Remove unnecessary header file.
authorNick Kralevich <nnk@google.com>
Fri, 17 May 2013 18:06:39 +0000 (11:06 -0700)
committerNick 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

index e0f12dc..ff74914 100644 (file)
@@ -21,7 +21,6 @@
 #include <utils/Log.h>
 
 #include <cutils/sched_policy.h>
-#include <cutils/properties.h>
 
 #include <stdio.h>
 #include <stdlib.h>