Bug 1271515 - Remove unnecessary #include from Animation.cpp. r?birtles draft
authorMantaroh Yoshinaga <mantaroh@gmail.com>
Tue, 10 May 2016 12:24:35 +0900
changeset 365094 b64c662e4c4b31324672d99a86e30840c650d54c
parent 364815 043082cb7bd8490c60815f67fbd1f33323ad7663
child 520455 c486b7e4177be0399e94e5a9d8d760354bc71b1b
push id17635
push usermantaroh@gmail.com
push dateTue, 10 May 2016 03:24:58 +0000
reviewersbirtles
bugs1271515
milestone49.0a1
Bug 1271515 - Remove unnecessary #include from Animation.cpp. r?birtles MozReview-Commit-ID: GMPuMboBUJu
dom/animation/Animation.cpp
--- a/dom/animation/Animation.cpp
+++ b/dom/animation/Animation.cpp
@@ -11,17 +11,16 @@
 #include "mozilla/AnimationTarget.h"
 #include "mozilla/AutoRestore.h"
 #include "mozilla/AsyncEventDispatcher.h" // For AsyncEventDispatcher
 #include "mozilla/Maybe.h" // For Maybe
 #include "nsAnimationManager.h" // For CSSAnimation
 #include "nsDOMMutationObserver.h" // For nsAutoAnimationMutationBatch
 #include "nsIDocument.h" // For nsIDocument
 #include "nsIPresShell.h" // For nsIPresShell
-#include "nsLayoutUtils.h" // For PostRestyleEvent (remove after bug 1073336)
 #include "nsThreadUtils.h" // For nsRunnableMethod and nsRevocableEventPtr
 #include "nsTransitionManager.h" // For CSSTransition
 #include "PendingAnimationTracker.h" // For PendingAnimationTracker
 
 namespace mozilla {
 namespace dom {
 
 // Static members