mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Changed one more header file from #include into #import.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30103 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7ebb2818cc
commit
0564ab4689
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-04-07 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/Cocoa/Cocoa.h: One more forgotten header file changed
|
||||
from #include into #import.
|
||||
|
||||
2010-04-07 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/Additions/GNUstepGUI/GSHbox.h
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
#ifndef _GNUstep_H_COCOA
|
||||
#define _GNUstep_H_COCOA
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.1415926535897932384626433
|
||||
|
|
Loading…
Reference in a new issue