Fix bug 868739 - Use forwards instead of includes. r=mmecca

This commit is contained in:
Philipp Kewisch 2013-05-04 13:11:51 +02:00
Родитель 1d5322ef2b
Коммит ac2faf1895
2 изменённых файлов: 6 добавлений и 4 удалений

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

@ -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.