* *.h/m: Updated to new header layout.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@17543 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2003-08-25 20:15:32 +00:00
parent cad7077d49
commit 534cbda786
8 changed files with 13 additions and 9 deletions

View file

@ -1,3 +1,7 @@
2003-08-25 David Ayers <d.ayers@inode.at>
* *.h/m: Updated to new header layout.
2003-07-11 David Ayers <d.ayers@inode.at>
* INSTALL: Update prerequisits and installation guidelines.

View file

@ -35,7 +35,7 @@
#define _GSWExtWOCompatibility_h__
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#include <GNUstepBase/GNUstep.h>
#endif
#ifndef GSWEB_WONAMES

View file

@ -35,7 +35,7 @@
#define _GSWExtGSWWOCompatibility_h__
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#include <GNUstepBase/GNUstep.h>
#endif
#ifndef GSWEB_WONAMES

View file

@ -35,7 +35,7 @@
RCS_ID("$Id$")
#include "GSWeb.h"
#include <gnustep/base/GSFileHandle.h>
#include <GNUstepBase/GSFileHandle.h>
#if HAVE_LIBWRAP
#include <tcpd.h>

View file

@ -33,7 +33,7 @@
RCS_ID("$Id$")
#include "GSWeb.h"
#include <Foundation/GSMime.h>
#include <GNUstepBase/GSMime.h>
//====================================================================
@implementation GSWValueQualityHeaderPart

View file

@ -33,7 +33,7 @@
RCS_ID("$Id$")
#include "GSWeb.h"
#include <gnustep/base/GSCategories.h>
#include <GNUstepBase/GSCategories.h>
#include <time.h>
#if __linux__

View file

@ -33,7 +33,7 @@
#define _GSWTemplateParserXML_h__
#include "GSWTemplateParser.h"
#include <Foundation/GSXML.h>
#include <GNUstepBase/GSXML.h>
@class GSWTemplateParser;

View file

@ -42,7 +42,7 @@
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#include <GNUstepBase/GNUstep.h>
#endif
#include <Foundation/Foundation.h>
@ -73,8 +73,8 @@
#include <Foundation/NSThread.h>
#include <Foundation/NSConcreteNumber.h>
#include <Foundation/NSFormatter.h>
#include <Foundation/GSXML.h>
#include <base/GSCategories.h>
#include <GNUstepBase/GSXML.h>
#include <GNUstepBase/GSCategories.h>
#include "GSCache.h"
#include "GSWConfig.h"