Bug 432293 Non-browser apps shouldn't need to build xpfe/components/history/public. r=ted,sr=Neil

This commit is contained in:
Mark Banner 2008-06-03 10:16:40 +01:00
Родитель a272ba1d95
Коммит fc6cf68ee3
2 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -85,9 +85,6 @@
#include "nsIAppStartup.h"
#ifdef MOZ_XUL
#include "nsIBrowserHistory.h"
#endif
#include "nsDocShellCID.h"
#include "nsIObserverService.h"
@ -97,6 +94,7 @@
#include "nsNetUtil.h"
#ifndef MOZ_XUL_APP
#include "nsIBrowserHistory.h"
#include "nsICmdLineService.h"
#endif

Просмотреть файл

@ -114,7 +114,6 @@ else
DIRS += \
autocomplete \
history/public \
$(NULL)
endif