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:
David Ayers 2003-07-31 23:52:10 +00:00
parent 8512c509e1
commit b18f1c4ac4
280 changed files with 25303 additions and 257 deletions

View file

@ -48,7 +48,7 @@ ADDITIONAL_CFLAGS +=
#ADDITIONAL_CFLAGS +=
# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS +=-I../../Headers
ADDITIONAL_INCLUDE_DIRS +=-I../../Headers/Additions -I../../Headers
# Additional LDFLAGS to pass to the linker
#ADDITIONAL_LDFLAGS +=

View file

@ -26,7 +26,7 @@
#ifndef _rtfConsumer_h_INCLUDE
#define _rtfConsumer_h_INCLUDE
#include <AppKit/GSTextConverter.h>
#include <GNUstepGUI/GSTextConverter.h>
@class NSMutableDictionary;
@class NSMutableArray;

View file

@ -31,7 +31,7 @@
#ifndef _GNUstep_H_RTFDProducer
#define _GNUstep_H_RTFDProducer
#include <AppKit/GSTextConverter.h>
#include <GNUstepGUI/GSTextConverter.h>
//#include "GSTextConverter.h"
@class NSAttributedString;