mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 728907 - remove nsTextAttrs.h include from nsHyperTextAccessible.h, r=tbsaunde
This commit is contained in:
parent
0bf5fb28af
commit
c63077502e
@ -43,6 +43,8 @@
|
||||
#include "nsHyperTextAccessible.h"
|
||||
#include "nsRoleMap.h"
|
||||
|
||||
#include "nsIPersistentProperties2.h"
|
||||
|
||||
AtkAttributeSet* ConvertToAtkAttributeSet(nsIPersistentProperties* aAttributes);
|
||||
|
||||
void
|
||||
|
@ -41,17 +41,10 @@
|
||||
|
||||
class nsHyperTextAccessible;
|
||||
|
||||
|
||||
#include "nsIDOMNode.h"
|
||||
#include "nsIDOMElement.h"
|
||||
|
||||
#include "nsIContent.h"
|
||||
#include "nsIFrame.h"
|
||||
#include "nsIPersistentProperties2.h"
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsString.h"
|
||||
|
||||
class nsITextAttr;
|
||||
|
||||
/**
|
||||
|
@ -46,7 +46,6 @@
|
||||
|
||||
#include "AccCollector.h"
|
||||
#include "nsAccessibleWrap.h"
|
||||
#include "nsTextAttrs.h"
|
||||
|
||||
#include "nsFrameSelection.h"
|
||||
#include "nsISelectionController.h"
|
||||
|
@ -45,6 +45,8 @@
|
||||
|
||||
#include "nsHyperTextAccessible.h"
|
||||
|
||||
#include "nsIPersistentProperties2.h"
|
||||
|
||||
// IUnknown
|
||||
|
||||
STDMETHODIMP
|
||||
|
Loading…
Reference in New Issue
Block a user