fixing bustage, bug 330420

This commit is contained in:
bryner%brianryner.com 2006-03-15 06:31:46 +00:00
parent 396ca5826b
commit cdc7ad6d9b
7 changed files with 7 additions and 1 deletions

View File

@ -37,6 +37,7 @@
* ***** END LICENSE BLOCK ***** */
#include "nsIGenericFactory.h"
#include "nsIClassInfoImpl.h"
#include "calDateTime.h"
#include "calDuration.h"

View File

@ -45,6 +45,7 @@
#include "nsComponentManagerUtils.h"
#include "nsServiceManagerUtils.h"
#include "nsIClassInfoImpl.h"
#include "calIICSService.h"
#include "calIDuration.h"
#include "calIErrors.h"
@ -888,4 +889,3 @@ calDateTime::InnerObject(nsIXPConnectWrappedNative *wrapper, JSContext *cx,
{
return NS_ERROR_NOT_IMPLEMENTED;
}

View File

@ -48,6 +48,7 @@
#include "nsStringEnumerator.h"
#include "nsCRT.h"
#include "nsStringStream.h"
#include "nsIClassInfoImpl.h"
#include "calIEvent.h"
#include "calBaseCID.h"

View File

@ -43,6 +43,7 @@
#include "calIEvent.h"
#include "calICSService.h"
#include "nsIClassInfoImpl.h"
extern "C" {
#include "ical.h"

View File

@ -43,6 +43,7 @@
#include "calIEvent.h"
#include "calICSService.h"
#include "nsIClassInfoImpl.h"
extern "C" {
#include "ical.h"

View File

@ -45,6 +45,7 @@
#include "calIEvent.h"
#include "calICSService.h"
#include "nsIClassInfoImpl.h"
extern "C" {
#include "ical.h"

View File

@ -43,6 +43,7 @@
#include "nsWebDAVServiceCID.h"
#include "nsServiceManagerUtils.h"
#include "nsIClassInfoImpl.h"
#include "nsIHttpChannel.h"
#include "nsIIOService.h"