forward declaring nsIViewManager rather than including nsViewManager.h. r=pavlov

This commit is contained in:
beard%netscape.com 2000-01-17 00:43:02 +00:00
Родитель fe9670e2a8
Коммит 7a05acf32d
1 изменённых файлов: 1 добавлений и 1 удалений

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

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