mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1117853 - remove duplicate mozilla/Attributes.h #include; r=bsmedberg
This commit is contained in:
parent
034720a131
commit
d45572ca64
@ -6,8 +6,6 @@
|
||||
#ifndef NSEXPIRATIONTRACKER_H_
|
||||
#define NSEXPIRATIONTRACKER_H_
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
|
||||
#include "prlog.h"
|
||||
#include "nsTArray.h"
|
||||
#include "nsITimer.h"
|
||||
@ -16,8 +14,8 @@
|
||||
#include "nsComponentManagerUtils.h"
|
||||
#include "nsIObserver.h"
|
||||
#include "nsIObserverService.h"
|
||||
#include "mozilla/Services.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/Services.h"
|
||||
|
||||
/**
|
||||
* Data used to track the expiration state of an object. We promise that this
|
||||
|
Loading…
Reference in New Issue
Block a user