Bug 383813 - #include nsHelperAppRDF.h should be inside the ifdef for MOZ_RDF. Patch by Ryan Jones <sciguyryan@gmail.com>. r+sr=cbiesinger

This commit is contained in:
sdwilsh@shawnwilsher.com 2007-06-10 16:50:53 -07:00
Родитель fb6269e2fa
Коммит b9022d24a5
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -71,10 +71,9 @@
#include "rdf.h"
#include "nsIRDFService.h"
#include "nsIRDFRemoteDataSource.h"
#endif //MOZ_RDF
#include "nsHelperAppRDF.h"
#endif //MOZ_RDF
#include "nsIMIMEInfo.h"
#include "nsDirectoryServiceDefs.h"
#include "nsIRefreshURI.h" // XXX needed to redirect according to Refresh: URI
#include "nsIDocumentLoader.h" // XXX needed to get orig. channel and assoc. refresh uri
#include "nsIHelperAppLauncherDialog.h"