зеркало из https://github.com/mozilla/pjs.git
forward declaring nsIViewManager rather than including nsViewManager.h. r=pavlov
This commit is contained in:
Родитель
fe9670e2a8
Коммит
7a05acf32d
|
@ -23,7 +23,6 @@
|
|||
#ifndef nsView_h___
|
||||
#define nsView_h___
|
||||
|
||||
#include "nsViewManager.h"
|
||||
#include "nsIView.h"
|
||||
#include "nsRect.h"
|
||||
#include "nsCRT.h"
|
||||
|
@ -34,6 +33,7 @@
|
|||
//mmptemp
|
||||
|
||||
class nsIPresContext;
|
||||
class nsIViewManager;
|
||||
|
||||
class nsView : public nsIView
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче