mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Issue #2488 - Part 1a: nsCSSPseudoClassList should not include any header
This commit is contained in:
parent
5e34e0e81b
commit
d922a18efb
2 changed files with 1 additions and 2 deletions
|
|
@ -38,8 +38,6 @@
|
|||
* automatically defined to CSS_PSEUDO_CLASS.
|
||||
*/
|
||||
|
||||
#include "nsCSSPseudoElements.h"
|
||||
|
||||
// OUTPUT_CLASS=nsCSSPseudoClasses
|
||||
// MACRO_NAME=CSS_PSEUDO_CLASS
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
#include "mozilla/ArrayUtils.h"
|
||||
|
||||
#include "nsCSSPseudoElements.h"
|
||||
#include "nsCSSPseudoClasses.h"
|
||||
#include "nsStaticAtom.h"
|
||||
#include "mozilla/Preferences.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue