mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:20:38 +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
afbb26b87b
commit
43fd056ab5
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…
Add table
Add a link
Reference in a new issue