Bug 1248339 - fix header sort order of hal. r=gsvelto

This commit is contained in:
Mantaroh Yoshinaga 2016-02-15 07:33:00 +01:00
parent 90d026a1c2
commit 49324e6f7d
4 changed files with 21 additions and 19 deletions

View file

@ -5,27 +5,28 @@
* You can obtain one at http://mozilla.org/MPL/2.0/. */ * You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "Hal.h" #include "Hal.h"
#include "HalImpl.h" #include "HalImpl.h"
#include "HalLog.h" #include "HalLog.h"
#include "HalSandbox.h" #include "HalSandbox.h"
#include "nsIDOMDocument.h"
#include "nsIDOMWindow.h"
#include "nsIDocument.h"
#include "nsIDocShell.h"
#include "nsITabChild.h"
#include "nsIWebNavigation.h"
#include "nsThreadUtils.h" #include "nsThreadUtils.h"
#include "nsXULAppAPI.h" #include "nsXULAppAPI.h"
#include "mozilla/Observer.h"
#include "nsIDocument.h"
#include "nsIDOMDocument.h"
#include "nsPIDOMWindow.h" #include "nsPIDOMWindow.h"
#include "nsIDOMWindow.h"
#include "mozilla/Services.h"
#include "nsIWebNavigation.h"
#include "nsITabChild.h"
#include "nsIDocShell.h"
#include "mozilla/StaticPtr.h"
#include "mozilla/ClearOnShutdown.h"
#include "WindowIdentifier.h"
#include "nsJSUtils.h" #include "nsJSUtils.h"
#include "mozilla/dom/ScreenOrientation.h" #include "mozilla/ClearOnShutdown.h"
#include "mozilla/Observer.h"
#include "mozilla/Services.h"
#include "mozilla/StaticPtr.h"
#include "mozilla/dom/ContentChild.h" #include "mozilla/dom/ContentChild.h"
#include "mozilla/dom/ContentParent.h" #include "mozilla/dom/ContentParent.h"
#include "mozilla/dom/ScreenOrientation.h"
#include "WindowIdentifier.h"
#ifdef XP_WIN #ifdef XP_WIN
#include <process.h> #include <process.h>

View file

@ -7,19 +7,19 @@
#ifndef mozilla_Hal_h #ifndef mozilla_Hal_h
#define mozilla_Hal_h #define mozilla_Hal_h
#include "mozilla/hal_sandbox/PHal.h"
#include "mozilla/HalTypes.h"
#include "base/basictypes.h" #include "base/basictypes.h"
#include "base/platform_thread.h" #include "base/platform_thread.h"
#include "mozilla/Observer.h"
#include "mozilla/Types.h"
#include "nsTArray.h" #include "nsTArray.h"
#include "mozilla/dom/MozPowerManagerBinding.h"
#include "mozilla/dom/battery/Types.h" #include "mozilla/dom/battery/Types.h"
#include "mozilla/dom/MozPowerManagerBinding.h"
#include "mozilla/dom/network/Types.h" #include "mozilla/dom/network/Types.h"
#include "mozilla/dom/power/Types.h" #include "mozilla/dom/power/Types.h"
#include "mozilla/dom/ScreenOrientation.h" #include "mozilla/dom/ScreenOrientation.h"
#include "mozilla/hal_sandbox/PHal.h"
#include "mozilla/HalScreenConfiguration.h" #include "mozilla/HalScreenConfiguration.h"
#include "mozilla/HalTypes.h"
#include "mozilla/Observer.h"
#include "mozilla/Types.h"
/* /*
* Hal.h contains the public Hal API. * Hal.h contains the public Hal API.

View file

@ -4,8 +4,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this * 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/. */ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "mozilla/dom/ContentChild.h"
#include "WindowIdentifier.h" #include "WindowIdentifier.h"
#include "mozilla/dom/ContentChild.h"
#include "nsPIDOMWindow.h" #include "nsPIDOMWindow.h"
namespace mozilla { namespace mozilla {

View file

@ -8,8 +8,8 @@
#define mozilla_hal_WindowIdentifier_h #define mozilla_hal_WindowIdentifier_h
#include "mozilla/Types.h" #include "mozilla/Types.h"
#include "nsTArray.h"
#include "nsCOMPtr.h" #include "nsCOMPtr.h"
#include "nsTArray.h"
class nsPIDOMWindowInner; class nsPIDOMWindowInner;