forward-declare nsIDocShell rather than including the header. 277329 r=roc sr=bz

git-svn-id: svn://10.0.0.236/trunk@168851 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cbiesinger%web.de 2005-02-05 18:17:10 +00:00
parent baea26ebb4
commit d99cf710fa

View File

@ -39,9 +39,9 @@
#define nsIMenu_h__
#include "nsISupports.h"
#include "nsString.h"
#include "nsIDocShell.h"
#include "nsStringFwd.h"
class nsIDocShell;
class nsIMenuBar;
class nsIMenu;
class nsIMenuItem;