Bug 918651 - part 9 - remove useless includes from IPDL files; r=ehsan

These includes are no longer needed.  It's much easier to locate these
includes when they're not obscured by a bunch of other stuff.
This commit is contained in:
Nathan Froyd 2013-10-18 14:47:04 -04:00
parent ec839c62b4
commit 61378e49b8
9 changed files with 1 additions and 21 deletions

View File

@ -30,9 +30,6 @@ include PTabContext;
include URIParams;
include ProtocolTypes;
include "mozilla/layout/RenderFrameUtils.h";
include "gfxPoint.h";
using GeoPosition from "nsGeoPositionIPCSerialiser.h";
using struct ChromePackage from "mozilla/chrome/RegistryMessageUtils.h";

View File

@ -4,8 +4,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
include "mozilla/dom/mobilemessage/Types.h";
include protocol PSms;
include protocol PBlob;
include SmsTypes;

View File

@ -4,9 +4,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
include "mozilla/dom/mobilemessage/Types.h";
include protocol PSms;
include protocol PBlob;
include SmsTypes;

View File

@ -11,7 +11,7 @@ include protocol PPluginStream;
include protocol PStreamNotify;
include protocol PPluginSurface;
include "ipc/nsGUIEventIPC.h";
include "mozilla/GfxMessageUtils.h";
using NPError from "npapi.h";
using struct mozilla::plugins::NPRemoteWindow from "mozilla/plugins/PluginMessageUtils.h";

View File

@ -6,10 +6,6 @@
include protocol PPluginInstance;
include protocol PPluginIdentifier;
include "npapi.h";
include "npruntime.h";
include "mozilla/plugins/PluginMessageUtils.h";
using struct mozilla::void_t from "ipc/IPCMessageUtils.h";
using struct mozilla::null_t from "ipc/IPCMessageUtils.h";

View File

@ -8,7 +8,6 @@
include protocol PLayerTransaction;
include protocol PImageBridge;
include protocol PCompositor;
include "mozilla/layers/CompositorTypes.h";
namespace mozilla {
namespace layers {

View File

@ -13,10 +13,6 @@ include protocol PGrallocBuffer;
include protocol PLayer;
include protocol PRenderFrame;
include "mozilla/WidgetUtils.h";
include "mozilla/dom/ScreenOrientation.h";
include "nsCSSProperty.h";
include "gfxipc/ShadowLayerUtils.h";
include "mozilla/GfxMessageUtils.h";
using struct mozilla::layers::TextureInfo from "mozilla/layers/CompositorTypes.h";

View File

@ -13,8 +13,6 @@ include URIParams;
include NeckoChannelParams;
include protocol PBlob; //FIXME: bug #792908
include "SerializedLoadContext.h";
using PRTime from "prtime.h";
namespace mozilla {

View File

@ -12,7 +12,6 @@ include URIParams;
include protocol PBlob; //FIXME: bug #792908
include "mozilla/net/NeckoMessageUtils.h";
include "prio.h";
using RequestHeaderTuples from "mozilla/net/PHttpChannelParams.h";
using class nsHttpHeaderArray from "nsHttpHeaderArray.h";