Header reorganization - Please refer to ChangeLog

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17408 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2003-07-31 23:52:10 +00:00
parent 766b747938
commit 9732999fd8
280 changed files with 25303 additions and 257 deletions

View file

@ -31,7 +31,7 @@
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "gnustep/gui/config.h"
#include "config.h"
#include <math.h>
#include <float.h>
@ -65,9 +65,9 @@
#include "AppKit/NSWindow.h"
#include "AppKit/NSWorkspace.h"
#include "AppKit/PSOperators.h"
#include "gnustep/gui/GSDisplayServer.h"
#include "gnustep/gui/GSTrackingRect.h"
#include "gnustep/gui/GSVersion.h"
#include "GNUstepGUI/GSDisplayServer.h"
#include "GNUstepGUI/GSTrackingRect.h"
#include "GNUstepGUI/GSVersion.h"
/*
* We need a fast array that can store objects without retain/release ...
@ -79,7 +79,7 @@
#ifdef GSIArray
#undef GSIArray
#endif
#include <gnustep/base/GSIArray.h>
#include <GNUstepBase/GSIArray.h>
#define nKV(O) ((GSIArray)(O->_nextKeyView))
#define pKV(O) ((GSIArray)(O->_previousKeyView))