Fix bug 868739 - Use forwards instead of includes. r=mmecca
This commit is contained in:
Родитель
1d5322ef2b
Коммит
ac2faf1895
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "calICalendar.idl"
|
||||
#include "calIDateTime.idl"
|
||||
interface calIDateTime;
|
||||
interface calIWcapSession;
|
||||
|
||||
/** Adds WCAP specific capabilities to calICalendar.
|
||||
|
|
|
@ -2,9 +2,11 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "calIWcapCalendar.idl"
|
||||
#include "calIDateTime.idl"
|
||||
#include "calIOperation.idl"
|
||||
#include "nsISupports.idl"
|
||||
|
||||
interface calIWcapCalendar;
|
||||
interface nsIURI;
|
||||
|
||||
|
||||
/**
|
||||
* WCAP session.
|
||||
|
|
Загрузка…
Ссылка в новой задаче