mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1358828, part 1 - Add some missing includes. r=longsonr
MozReview-Commit-ID: 3nDDATmCkJV
This commit is contained in:
parent
74755b0df4
commit
c42adf48d9
@ -7,6 +7,7 @@
|
||||
#include "gfxPlatform.h"
|
||||
#include "gfxUtils.h"
|
||||
#include "mozilla/gfx/2D.h"
|
||||
#include "mozilla/gfx/Logging.h"
|
||||
#include "mozilla/RefPtr.h"
|
||||
#include "ImageRegion.h"
|
||||
#include "Orientation.h"
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
#include "gfxUtils.h"
|
||||
#include "mozilla/gfx/2D.h"
|
||||
#include "mozilla/gfx/Logging.h"
|
||||
#include "mozilla/RefPtr.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIDocument.h"
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include "nsString.h"
|
||||
#include "nsStyleStruct.h"
|
||||
#include "nsStyleUtil.h"
|
||||
#include "nsSVGElement.h"
|
||||
#include "nsTArray.h"
|
||||
#include "nsTransitionManager.h"
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
#ifndef NS_AUTOREFERENCELIMITER_H
|
||||
#define NS_AUTOREFERENCELIMITER_H
|
||||
|
||||
#include "Element.h"
|
||||
#include "mozilla/Assertions.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/ReentrancyGuard.h"
|
||||
|
Loading…
Reference in New Issue
Block a user