mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +00:00
Tidied up to prevent compiler warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12853 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fd35d7cb93
commit
ac9c3ecf8a
1 changed files with 4 additions and 4 deletions
|
@ -19,10 +19,10 @@
|
|||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#import <AppKit/NSWindowController.h>
|
||||
#import <AppKit/NSPanel.h>
|
||||
#import <AppKit/NSNibLoading.h>
|
||||
#import <AppKit/NSDocumentFrameworkPrivate.h>
|
||||
#include <AppKit/NSWindowController.h>
|
||||
#include <AppKit/NSPanel.h>
|
||||
#include <AppKit/NSNibLoading.h>
|
||||
#include <AppKit/NSDocumentFrameworkPrivate.h>
|
||||
|
||||
@implementation NSWindowController
|
||||
|
||||
|
|
Loading…
Reference in a new issue