Bug 1660470 - Avoid including VRMessageUtils.h from header files. r=nika

Differential Revision: https://phabricator.services.mozilla.com/D93237

Depends on D93236
This commit is contained in:
Simon Giesecke 2020-11-23 16:03:56 +00:00
Родитель 5232583190
Коммит d3d359c54b
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -4,7 +4,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
using mozilla::TimeStamp from "mozilla/TimeStamp.h";
using mozilla::gfx::VRControllerType from "VRMessageUtils.h";
using mozilla::gfx::VRControllerType from "moz_external_vr.h";
using mozilla::dom::NativeThreadId from "mozilla/dom/NativeThreadId.h";
include "VRMessageUtils.h";
@ -13,8 +13,6 @@ include MemoryReportTypes;
include PrefsTypes;
include protocol PVRGPU;
include "VRMessageUtils.h";
namespace mozilla {
namespace gfx {