Bug 1402498 - Remove self-include. r?rhunt draft
authorMarkus Stange <mstange@themasta.com>
Sun, 17 Sep 2017 13:40:46 +0200
changeset 672903 2a8a8a30faef7b3e1233523db4ee96f89ab03055
parent 672896 b24a2ed9c52718c9b4c322909d6ef363cd5a0bef
child 672904 4da81c2f12538a316a4238b80ff434a82a7e3811
push id82420
push userbmo:mstange@themasta.com
push dateFri, 29 Sep 2017 22:38:50 +0000
reviewersrhunt
bugs1402498
milestone58.0a1
Bug 1402498 - Remove self-include. r?rhunt MozReview-Commit-ID: 9Fkr6p8dBKk
gfx/layers/AxisPhysicsModel.h
--- a/gfx/layers/AxisPhysicsModel.h
+++ b/gfx/layers/AxisPhysicsModel.h
@@ -2,17 +2,16 @@
 /* vim: set sw=2 ts=8 et tw=80 : */
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 #ifndef mozilla_layers_AxisPhysicsModel_h
 #define mozilla_layers_AxisPhysicsModel_h
 
-#include "AxisPhysicsModel.h"
 #include <sys/types.h>                  // for int32_t
 #include "mozilla/TimeStamp.h"          // for TimeDuration
 
 namespace mozilla {
 namespace layers {
 
 
 /**