Bug 1321387 part 5: Sort RubyUtils.h's #include list. r?TYLin draft
authorDaniel Holbert <dholbert@cs.stanford.edu>
Wed, 30 Nov 2016 14:51:51 -0800
changeset 446123 2c52944ec51f72d70ffdb0d5b3299a36c3fd38fb
parent 446122 824b4ebcf31241605fb5552b1974a211888a6b51
child 446124 740db0e10d4ee4581d0d420dca1806af5d9e0cf2
push id37701
push userdholbert@mozilla.com
push dateWed, 30 Nov 2016 22:52:44 +0000
reviewersTYLin
bugs1321387
milestone53.0a1
Bug 1321387 part 5: Sort RubyUtils.h's #include list. r?TYLin MozReview-Commit-ID: 8ReYlfPFClp
layout/generic/RubyUtils.h
--- a/layout/generic/RubyUtils.h
+++ b/layout/generic/RubyUtils.h
@@ -2,19 +2,19 @@
 /* vim: set ts=8 sts=2 et sw=2 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_RubyUtils_h_
 #define mozilla_RubyUtils_h_
 
-#include "nsTArray.h"
+#include "nsCSSAnonBoxes.h"
 #include "nsGkAtoms.h"
-#include "nsCSSAnonBoxes.h"
+#include "nsTArray.h"
 
 #define RTC_ARRAY_SIZE 1
 
 class nsRubyFrame;
 class nsRubyBaseFrame;
 class nsRubyTextFrame;
 class nsRubyContentFrame;
 class nsRubyBaseContainerFrame;