mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
fixing bustage, bug 330420
This commit is contained in:
parent
396ca5826b
commit
cdc7ad6d9b
@ -37,6 +37,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "nsIGenericFactory.h"
|
||||
#include "nsIClassInfoImpl.h"
|
||||
|
||||
#include "calDateTime.h"
|
||||
#include "calDuration.h"
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -48,6 +48,7 @@
|
||||
#include "nsStringEnumerator.h"
|
||||
#include "nsCRT.h"
|
||||
#include "nsStringStream.h"
|
||||
#include "nsIClassInfoImpl.h"
|
||||
|
||||
#include "calIEvent.h"
|
||||
#include "calBaseCID.h"
|
||||
|
@ -43,6 +43,7 @@
|
||||
#include "calIEvent.h"
|
||||
|
||||
#include "calICSService.h"
|
||||
#include "nsIClassInfoImpl.h"
|
||||
|
||||
extern "C" {
|
||||
#include "ical.h"
|
||||
|
@ -43,6 +43,7 @@
|
||||
#include "calIEvent.h"
|
||||
|
||||
#include "calICSService.h"
|
||||
#include "nsIClassInfoImpl.h"
|
||||
|
||||
extern "C" {
|
||||
#include "ical.h"
|
||||
|
@ -45,6 +45,7 @@
|
||||
#include "calIEvent.h"
|
||||
|
||||
#include "calICSService.h"
|
||||
#include "nsIClassInfoImpl.h"
|
||||
|
||||
extern "C" {
|
||||
#include "ical.h"
|
||||
|
@ -43,6 +43,7 @@
|
||||
#include "nsWebDAVServiceCID.h"
|
||||
|
||||
#include "nsServiceManagerUtils.h"
|
||||
#include "nsIClassInfoImpl.h"
|
||||
|
||||
#include "nsIHttpChannel.h"
|
||||
#include "nsIIOService.h"
|
||||
|
Loading…
Reference in New Issue
Block a user