diff options
Diffstat (limited to 'libs/hwui/CanvasState.cpp')
-rw-r--r-- | libs/hwui/CanvasState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/CanvasState.cpp b/libs/hwui/CanvasState.cpp index 43ff33f2b997..e2149d1e4a69 100644 --- a/libs/hwui/CanvasState.cpp +++ b/libs/hwui/CanvasState.cpp @@ -14,8 +14,8 @@ * limitations under the License. */ -#include "Canvas.h" #include "CanvasState.h" +#include "hwui/Canvas.h" #include "utils/MathUtils.h" namespace android { |