Add missing forward declarations and includes to make all headers self-contained.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18578 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2004-02-11 16:34:17 +00:00
parent b29ad3d33a
commit 548cfea1d5
11 changed files with 28 additions and 1 deletions

View file

@ -26,7 +26,9 @@
#ifndef _GNUstep_H_GSTitleView
#define _GNUstep_H_GSTitleView
@class NSDictionary;
#include <AppKit/NSView.h>
@class NSMutableDictionary;
@class NSButton;
@class NSImage;