mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-20 18:32:17 +00:00
#import fix finishing
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16502 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
571a37543f
commit
de8c1ba781
4 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#import "$FILENAMESANSEXTENSION$.h"
|
||||
#include "$FILENAMESANSEXTENSION$.h"
|
||||
|
||||
@implementation $FILENAMESANSEXTENSION$
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#ifndef _$UCFILENAMESANSEXTENSION$_H_
|
||||
#define _$UCFILENAMESANSEXTENSION$_H_
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@interface $FILENAMESANSEXTENSION$ : NSObject
|
||||
{
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#import "$FILENAMESANSEXTENSION$.h"
|
||||
#include "$FILENAMESANSEXTENSION$.h"
|
||||
|
||||
@implementation $FILENAMESANSEXTENSION$
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#ifndef _$UCFILENAMESANSEXTENSION$_H_
|
||||
#define _$UCFILENAMESANSEXTENSION$_H_
|
||||
|
||||
#import <AppKit/AppKit.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
@interface $FILENAMESANSEXTENSION$ : NSView
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue