commit | 8335f1ccccedb6655d96d9d5b697a7f0938235dd | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Sat Feb 25 18:48:35 2012 -0800 |
committer | Mathias Agopian <mathias@google.com> | Mon Feb 27 13:03:08 2012 -0800 |
tree | 30a7f8b3e646157365dd51222665a68753fa25e3 | |
parent | 57235fc65b5920f4867e66c8263efab49e92a21b [diff] [blame] |
fix libgui header location Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
diff --git a/services/input/SpriteController.h b/services/input/SpriteController.h index 50ae8a5..75e4843 100644 --- a/services/input/SpriteController.h +++ b/services/input/SpriteController.h
@@ -20,9 +20,7 @@ #include <utils/RefBase.h> #include <utils/Looper.h> -#include <surfaceflinger/Surface.h> -#include <surfaceflinger/SurfaceComposerClient.h> -#include <surfaceflinger/ISurfaceComposer.h> +#include <gui/SurfaceComposerClient.h> #include <SkBitmap.h>