зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
ec839c62b4
Коммит
61378e49b8
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
include protocol PLayerTransaction;
|
||||
include protocol PImageBridge;
|
||||
include protocol PCompositor;
|
||||
include "mozilla/layers/CompositorTypes.h";
|
||||
|
||||
namespace mozilla {
|
||||
namespace layers {
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -13,8 +13,6 @@ include URIParams;
|
|||
include NeckoChannelParams;
|
||||
include protocol PBlob; //FIXME: bug #792908
|
||||
|
||||
include "SerializedLoadContext.h";
|
||||
|
||||
using PRTime from "prtime.h";
|
||||
|
||||
namespace mozilla {
|
||||
|
|
|
@ -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";
|
||||
|
|
Загрузка…
Ссылка в новой задаче