summaryrefslogtreecommitdiffstats
path: root/services/jni
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-02-17 15:34:57 -0800
committerMathias Agopian <mathias@google.com>2012-02-17 15:36:10 -0800
commitb93a03f841d93498bfea6cc92a22faa34bce1337 (patch)
treeb5c2e1c097ad9dc4a3580ee661223794e0560f60 /services/jni
parente97df97b6cb5e4bff8f9da9ecff7cddb7d04ff41 (diff)
downloadframeworks_base-b93a03f841d93498bfea6cc92a22faa34bce1337.zip
frameworks_base-b93a03f841d93498bfea6cc92a22faa34bce1337.tar.gz
frameworks_base-b93a03f841d93498bfea6cc92a22faa34bce1337.tar.bz2
frameworks/base refactoring.
First step. Move libui includes to their new home: androidfw. Change-Id: Ic042b52fdba72f30edc3cc6339bf30b4c1b99662
Diffstat (limited to 'services/jni')
-rw-r--r--services/jni/com_android_server_PowerManagerService.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/jni/com_android_server_PowerManagerService.h b/services/jni/com_android_server_PowerManagerService.h
index af10711..cc3b5ef5 100644
--- a/services/jni/com_android_server_PowerManagerService.h
+++ b/services/jni/com_android_server_PowerManagerService.h
@@ -20,7 +20,7 @@
#include "JNIHelp.h"
#include "jni.h"
-#include <ui/PowerManager.h>
+#include <androidfw/PowerManager.h>
namespace android {