diff options
author | Mathias Agopian <mathias@google.com> | 2012-02-25 18:48:35 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2012-02-27 13:03:08 -0800 |
commit | 8335f1ccccedb6655d96d9d5b697a7f0938235dd (patch) | |
tree | 30a7f8b3e646157365dd51222665a68753fa25e3 /services/jni | |
parent | 57235fc65b5920f4867e66c8263efab49e92a21b (diff) | |
download | frameworks_base-8335f1ccccedb6655d96d9d5b697a7f0938235dd.zip frameworks_base-8335f1ccccedb6655d96d9d5b697a7f0938235dd.tar.gz frameworks_base-8335f1ccccedb6655d96d9d5b697a7f0938235dd.tar.bz2 |
fix libgui header location
Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
Diffstat (limited to 'services/jni')
-rw-r--r-- | services/jni/com_android_server_PowerManagerService.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/services/jni/com_android_server_PowerManagerService.cpp b/services/jni/com_android_server_PowerManagerService.cpp index d2b3118..ce80c1f 100644 --- a/services/jni/com_android_server_PowerManagerService.cpp +++ b/services/jni/com_android_server_PowerManagerService.cpp @@ -25,8 +25,7 @@ #include <android_runtime/AndroidRuntime.h> #include <utils/Timers.h> -#include <surfaceflinger/ISurfaceComposer.h> -#include <surfaceflinger/SurfaceComposerClient.h> +#include <gui/ISurfaceComposer.h> #include <private/gui/ComposerService.h> |