mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
Still trying to fix Wensleydale. Stupid crack baby compiler.
This commit is contained in:
parent
85b9c795b4
commit
c3878c4380
@ -32,8 +32,6 @@
|
||||
#include "nsINameSpaceManager.h"
|
||||
#include "nsIURL.h"
|
||||
|
||||
#include "nsIXBLBinding.h"
|
||||
|
||||
//static NS_DEFINE_IID(kIDOMElementIID, NS_IDOMELEMENT_IID);
|
||||
static NS_DEFINE_IID(kIXMLContentIID, NS_IXMLCONTENT_IID);
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
#define nsXMLElement_h___
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIXBLBinding.h"
|
||||
#include "nsIDOMElement.h"
|
||||
#include "nsIScriptObjectOwner.h"
|
||||
#include "nsIDOMEventReceiver.h"
|
||||
|
@ -32,8 +32,6 @@
|
||||
#include "nsINameSpaceManager.h"
|
||||
#include "nsIURL.h"
|
||||
|
||||
#include "nsIXBLBinding.h"
|
||||
|
||||
//static NS_DEFINE_IID(kIDOMElementIID, NS_IDOMELEMENT_IID);
|
||||
static NS_DEFINE_IID(kIXMLContentIID, NS_IXMLCONTENT_IID);
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
#define nsXMLElement_h___
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIXBLBinding.h"
|
||||
#include "nsIDOMElement.h"
|
||||
#include "nsIScriptObjectOwner.h"
|
||||
#include "nsIDOMEventReceiver.h"
|
||||
|
Loading…
Reference in New Issue
Block a user