зеркало из https://github.com/mozilla/gecko-dev.git
Bug 536745 - Fix GConf related build error for certain build configurations. r=ted
This commit is contained in:
Родитель
b6c1ddb2cc
Коммит
16d2e3c609
|
@ -36,26 +36,23 @@
|
|||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "nsGConfService.h"
|
||||
#include "nsGnomeVFSService.h"
|
||||
#include "nsGIOService.h"
|
||||
#include "nsToolkitCompsCID.h"
|
||||
#include "nsIGenericFactory.h"
|
||||
|
||||
#ifdef MOZ_ENABLE_LIBNOTIFY
|
||||
#include "nsAlertsService.h"
|
||||
#endif
|
||||
|
||||
#ifdef MOZ_ENABLE_GCONF
|
||||
#include "nsGConfService.h"
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsGConfService, Init)
|
||||
#endif
|
||||
#ifdef MOZ_ENABLE_GNOMEVFS
|
||||
#include "nsGnomeVFSService.h"
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsGnomeVFSService, Init)
|
||||
#endif
|
||||
#ifdef MOZ_ENABLE_GIO
|
||||
#include "nsGIOService.h"
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsGIOService, Init)
|
||||
#endif
|
||||
#ifdef MOZ_ENABLE_LIBNOTIFY
|
||||
#include "nsAlertsService.h"
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsAlertsService, Init)
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче