From 97aaf5587a6696d4974e7e4fdc5895b138b4821f Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Thu, 22 Aug 2013 21:21:00 -0400 Subject: [PATCH] Bug 908526 - remove Element.h include from PContent.ipdl; r=bz --- dom/ipc/PContent.ipdl | 1 - 1 file changed, 1 deletion(-) diff --git a/dom/ipc/PContent.ipdl b/dom/ipc/PContent.ipdl index 89763a664a8b..58616b5fed04 100644 --- a/dom/ipc/PContent.ipdl +++ b/dom/ipc/PContent.ipdl @@ -30,7 +30,6 @@ include URIParams; include "mozilla/chrome/RegistryMessageUtils.h"; include "mozilla/dom/PermissionMessageUtils.h"; include "mozilla/dom/TabMessageUtils.h"; -include "mozilla/dom/Element.h"; include "mozilla/HalTypes.h"; include "mozilla/layout/RenderFrameUtils.h"; include "mozilla/net/NeckoMessageUtils.h";