mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 03:11:18 +00:00
fix include path
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24383 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b7aff57102
commit
30fd0153be
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-01-19 Richard Frith-Macdoanld <rfm@gnu.org>
|
||||
|
||||
* Source/NSDocument.m: fix include path (bug #18829)
|
||||
|
||||
2007-01-18 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSBitmapImageRep+PNM.m ([NSBitmapImageRep -_initBitmapFromPNM:errorMessage:]): Check for invalid image size.
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include "AppKit/NSPrintOperation.h"
|
||||
#include "AppKit/NSPopUpButton.h"
|
||||
#include "AppKit/NSView.h"
|
||||
#include "AppKit/NSDocumentFrameworkPrivate.h"
|
||||
#include "NSDocumentFrameworkPrivate.h"
|
||||
|
||||
#include "GSGuiPrivate.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue