mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
e988110f68
commit
4b0f007dcf
3 changed files with 3 additions and 3 deletions
|
@ -39,6 +39,8 @@ extern "C" {
|
|||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <GNUstepBase/GSVersionMacros.h>
|
||||
|
||||
#ifdef GNUSTEP_WITH_DLL
|
||||
|
||||
#if BUILD_libgnustep_base_DLL
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -32,8 +32,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GSVersionMacros.h>
|
||||
|
||||
#include <Foundation/NSObjCRuntime.h>
|
||||
#include <GNUstepBase/preface.h>
|
||||
#include <GSConfig.h>
|
||||
|
|
Loading…
Reference in a new issue