diff options
author | Mathias Agopian <mathias@google.com> | 2012-02-17 15:34:57 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2012-02-17 15:36:10 -0800 |
commit | b93a03f841d93498bfea6cc92a22faa34bce1337 (patch) | |
tree | b5c2e1c097ad9dc4a3580ee661223794e0560f60 /services/input/PointerController.h | |
parent | e97df97b6cb5e4bff8f9da9ecff7cddb7d04ff41 (diff) | |
download | frameworks_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/input/PointerController.h')
-rw-r--r-- | services/input/PointerController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/input/PointerController.h b/services/input/PointerController.h index 700ef72..39dbf6b 100644 --- a/services/input/PointerController.h +++ b/services/input/PointerController.h @@ -20,7 +20,7 @@ #include "SpriteController.h" #include <ui/DisplayInfo.h> -#include <ui/Input.h> +#include <androidfw/Input.h> #include <utils/RefBase.h> #include <utils/Looper.h> #include <utils/String8.h> |