зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1764407 - Cleanup toolkit/components/remote/ includes r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D143530
This commit is contained in:
Родитель
59a9b4bb03
Коммит
04d40614bd
|
@ -11,6 +11,7 @@
|
|||
#include "mozilla/DBusHelpers.h"
|
||||
#include "nsINavHistoryService.h"
|
||||
#include "nsUnixRemoteServer.h"
|
||||
#include "nsString.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "mozilla/UniquePtr.h"
|
||||
#include "nsGNOMEShellDBusHelper.h"
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
|
||||
|
|
|
@ -7,9 +7,10 @@
|
|||
#define DBusRemoteClient_h__
|
||||
|
||||
#include "nsRemoteClient.h"
|
||||
#include "mozilla/StaticPtr.h"
|
||||
#include "mozilla/DBusHelpers.h"
|
||||
#include "nsString.h"
|
||||
#include "mozilla/RefPtr.h"
|
||||
#include "nsStringFwd.h"
|
||||
#include "nscore.h"
|
||||
|
||||
class nsDBusRemoteClient : public nsRemoteClient {
|
||||
public:
|
||||
|
|
|
@ -7,15 +7,9 @@
|
|||
|
||||
#include "nsDBusRemoteServer.h"
|
||||
|
||||
#include "nsPIDOMWindow.h"
|
||||
#include "mozilla/ModuleUtils.h"
|
||||
#include "mozilla/Base64.h"
|
||||
#include "nsIWidget.h"
|
||||
#include "nsAppShellCID.h"
|
||||
#include "nsPrintfCString.h"
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
|
||||
#include "nsGTKToolkit.h"
|
||||
|
||||
#include <dbus/dbus.h>
|
||||
|
|
|
@ -5,13 +5,8 @@
|
|||
* 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/. */
|
||||
|
||||
#ifdef XP_UNIX
|
||||
# include <sys/types.h>
|
||||
# include <pwd.h>
|
||||
#endif
|
||||
|
||||
#ifdef MOZ_WIDGET_GTK
|
||||
# include "mozilla/WidgetUtilsGtk.h"
|
||||
# ifdef MOZ_ENABLE_DBUS
|
||||
# include "nsDBusRemoteServer.h"
|
||||
# include "nsDBusRemoteClient.h"
|
||||
|
@ -31,9 +26,7 @@
|
|||
#include "nsIObserverService.h"
|
||||
#include "nsString.h"
|
||||
#include "nsServiceManagerUtils.h"
|
||||
#include "mozilla/ModuleUtils.h"
|
||||
#include "SpecialSystemDirectory.h"
|
||||
#include "mozilla/CmdLineAndEnvUtils.h"
|
||||
#include "mozilla/TimeStamp.h"
|
||||
#include "mozilla/UniquePtr.h"
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#ifndef __nsUnixRemoteServer_h__
|
||||
#define __nsUnixRemoteServer_h__
|
||||
|
||||
#include "nsString.h"
|
||||
#include "nsStringFwd.h"
|
||||
|
||||
#ifdef IS_BIG_ENDIAN
|
||||
# define TO_LITTLE_ENDIAN32(x) \
|
||||
|
|
Загрузка…
Ссылка в новой задаче