mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-21 02:41:04 +00:00
* *.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:
parent
cad7077d49
commit
534cbda786
8 changed files with 13 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#define _GSWExtWOCompatibility_h__
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#ifndef GSWEB_WONAMES
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#define _GSWExtGSWWOCompatibility_h__
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <gnustep/base/GNUstep.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#ifndef GSWEB_WONAMES
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
RCS_ID("$Id$")
|
||||
|
||||
#include "GSWeb.h"
|
||||
#include <Foundation/GSMime.h>
|
||||
#include <GNUstepBase/GSMime.h>
|
||||
|
||||
//====================================================================
|
||||
@implementation GSWValueQualityHeaderPart
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
RCS_ID("$Id$")
|
||||
|
||||
#include "GSWeb.h"
|
||||
#include <gnustep/base/GSCategories.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
|
||||
#include <time.h>
|
||||
#if __linux__
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#define _GSWTemplateParserXML_h__
|
||||
|
||||
#include "GSWTemplateParser.h"
|
||||
#include <Foundation/GSXML.h>
|
||||
#include <GNUstepBase/GSXML.h>
|
||||
|
||||
|
||||
@class GSWTemplateParser;
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue