From 74925f0fa39ec3d706d31693240e47674f96b672 Mon Sep 17 00:00:00 2001 From: Botond Ballo Date: Wed, 22 Apr 2020 08:16:15 +0000 Subject: [PATCH] Bug 1632042 - Fix inclusion of APZUtils.h in APZInputBridge.h. r=kats Differential Revision: https://phabricator.services.mozilla.com/D71880 --- gfx/layers/apz/public/APZInputBridge.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gfx/layers/apz/public/APZInputBridge.h b/gfx/layers/apz/public/APZInputBridge.h index ce316b94f10f..3b148aaf23f2 100644 --- a/gfx/layers/apz/public/APZInputBridge.h +++ b/gfx/layers/apz/public/APZInputBridge.h @@ -7,9 +7,9 @@ #ifndef mozilla_layers_APZInputBridge_h #define mozilla_layers_APZInputBridge_h -#include "APZUtils.h" // for APZWheelAction -#include "mozilla/EventForwards.h" // for WidgetInputEvent, nsEventStatus -#include "Units.h" // for LayoutDeviceIntPoint +#include "mozilla/EventForwards.h" // for WidgetInputEvent, nsEventStatus +#include "mozilla/layers/APZUtils.h" // for APZWheelAction +#include "Units.h" // for LayoutDeviceIntPoint namespace mozilla {