From 6cb924a587dc26715d702a443efdf57681bf4a9a Mon Sep 17 00:00:00 2001 From: "ben%bengoodger.com" Date: Tue, 30 Nov 2004 22:13:11 +0000 Subject: [PATCH] attempt at fixing tbird - make sure tbird includes nsToolkitCompsCID.h so it can build typeaheadfind. --- toolkit/components/build/nsModule.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolkit/components/build/nsModule.cpp b/toolkit/components/build/nsModule.cpp index cb3f0501052e..c6ab1ee59105 100644 --- a/toolkit/components/build/nsModule.cpp +++ b/toolkit/components/build/nsModule.cpp @@ -1,4 +1,4 @@ -/* ***** BEGIN LICENSE BLOCK ***** +/* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape Public License @@ -40,12 +40,12 @@ #include "nsUserInfo.h" #include "nsCommandLineService.h" #include "nsXPFEComponentsCID.h" +#include "nsToolkitCompsCID.h" #if defined(MOZ_PHOENIX) || defined(MOZ_SUNBIRD) #ifdef XP_WIN #include "nsAlertsService.h" #endif -#include "nsToolkitCompsCID.h" #include "nsDocShellCID.h" #include "nsAutoCompleteController.h" #include "nsAutoCompleteMdbResult.h"