~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to Headers/Additions/GNUstepBase/GSLocale.h

Tags: upstream-1.20.0
ImportĀ upstreamĀ versionĀ 1.20.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#define __GSLocale_H_
28
28
 
29
29
#ifndef NeXT_Foundation_LIBRARY
30
 
#include <Foundation/NSString.h>
 
30
#import <Foundation/NSString.h>
31
31
#else
32
 
#include <Foundation/Foundation.h>
 
32
#import <Foundation/Foundation.h>
33
33
#endif
34
 
#include "GSObjCRuntime.h"
 
34
#import "GSObjCRuntime.h"
35
35
 
36
36
#if     defined(__cplusplus)
37
37
extern "C" {