Fix order of includes to get version macros

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23835 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-10-10 06:29:07 +00:00
parent e988110f68
commit 4b0f007dcf
3 changed files with 3 additions and 3 deletions

View file

@ -39,6 +39,8 @@ extern "C" {
#include <stdarg.h>
#include <GNUstepBase/GSVersionMacros.h>
#ifdef GNUSTEP_WITH_DLL
#if BUILD_libgnustep_base_DLL

View file

@ -1,4 +1,4 @@
/* GNUstep.h - macros for managing API versioning
/* GSVersionMacros.h - macros for managing API versioning
Copyright (C) 2006 Free Software Foundation, Inc.
Written by: Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -32,8 +32,6 @@
extern "C" {
#endif
#include <GNUstepBase/GSVersionMacros.h>
#include <Foundation/NSObjCRuntime.h>
#include <GNUstepBase/preface.h>
#include <GSConfig.h>