Fix problems with last commit.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36734 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Germán Arias 2013-06-20 18:33:52 +00:00
parent 70b54d1f0d
commit dc0ac1b635
3 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2013-06-20 German A. Arias <german@xelalug.org>
* Source/GNUmakefile: Remove GSAutocompleteWindow.h, isn't
necessary add this here.
* Source/GSAutocompleteWindow.m: Add NSScreen header.
2013-06-19 German A. Arias <german@xelalug.org>
* Source/GSAutocompleteWindow.h:

View file

@ -420,7 +420,6 @@ GSVersion.h \
GMAppKit.h \
GMArchiver.h \
GSAnimator.h \
GSAutocompleteWindow.h \
GSTheme.h \
GSFontInfo.h \
GSMemoryPanel.h \

View file

@ -29,6 +29,7 @@
#import "AppKit/NSApplication.h"
#import "AppKit/NSBox.h"
#import "AppKit/NSEvent.h"
#import "AppKit/NSScreen.h"
#import "AppKit/NSScrollView.h"
#import "AppKit/NSTableView.h"
#import "AppKit/NSTableColumn.h"