commit | 1d77b719d51a01cbd6954a048fb64e79d50a950e | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Feb 17 15:46:13 2017 -0800 |
committer | Mathias Agopian <mathias@google.com> | Sat Feb 18 02:58:01 2017 +0000 |
tree | 6fdf2514d2408abbf005e3c5eaebbe78c8182f57 | |
parent | 8cf14180db76d23afc4d65883d77d886c748eafa [diff] [blame] |
move vector math out of libui created a new header-only static libmath lib Test: built & ran Bug: n/a Change-Id: Ic63ef5f54d9a0de07a9ab9e4d67be01ab6169fc0
diff --git a/services/surfaceflinger/Transform.h b/services/surfaceflinger/Transform.h index 66463a0..6640a13 100644 --- a/services/surfaceflinger/Transform.h +++ b/services/surfaceflinger/Transform.h
@@ -22,8 +22,8 @@ #include <ui/Point.h> #include <ui/Rect.h> -#include <ui/vec2.h> -#include <ui/vec3.h> +#include <math/vec2.h> +#include <math/vec3.h> #include <hardware/hardware.h>