mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 798573 - remove prtypes.h #includes in dom/; r=ehsan
This commit is contained in:
parent
77192cb8aa
commit
926af47803
@ -18,7 +18,6 @@
|
||||
#define DOM_CAMERA_GONKCAMERACONTROL_H
|
||||
|
||||
#include "base/basictypes.h"
|
||||
#include "prtypes.h"
|
||||
#include "prrwlock.h"
|
||||
#include "nsIDOMCameraManager.h"
|
||||
#include "DOMCameraControl.h"
|
||||
|
@ -8,7 +8,6 @@
|
||||
/* This must occur *after* layers/PLayers.h to avoid typedefs conflicts. */
|
||||
#include "mozilla/Util.h"
|
||||
|
||||
#include "prtypes.h"
|
||||
#include "prmem.h"
|
||||
#include "prenv.h"
|
||||
#include "prclist.h"
|
||||
|
@ -7,7 +7,6 @@
|
||||
#ifndef nsPluginInstanceOwner_h_
|
||||
#define nsPluginInstanceOwner_h_
|
||||
|
||||
#include "prtypes.h"
|
||||
#include "npapi.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIPluginInstanceOwner.h"
|
||||
|
@ -7,7 +7,6 @@
|
||||
#define nsPluginTags_h_
|
||||
|
||||
#include "nscore.h"
|
||||
#include "prtypes.h"
|
||||
#include "nsAutoPtr.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsCOMArray.h"
|
||||
|
@ -3278,7 +3278,7 @@ getClipboardText(NPObject* npobj, const NPVariant* args, uint32_t argCount,
|
||||
InstanceData* id = static_cast<InstanceData*>(npp->pdata);
|
||||
string sel = pluginGetClipboardText(id);
|
||||
|
||||
uint32 len = sel.size();
|
||||
uint32_t len = sel.size();
|
||||
char* selCopy = static_cast<char*>(NPN_MemAlloc(1 + len));
|
||||
if (!selCopy)
|
||||
return false;
|
||||
|
@ -39,7 +39,6 @@
|
||||
#include "npapi.h"
|
||||
#include "npfunctions.h"
|
||||
#include "npruntime.h"
|
||||
#include "prtypes.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
|
Loading…
Reference in New Issue
Block a user