Fix to ensure correct version of mheader fiel is imported

This commit is contained in:
rfm 2023-10-30 14:30:06 +00:00
parent 1cce7e97e2
commit 8b4a8820a8
28 changed files with 63 additions and 62 deletions

View file

@ -25,7 +25,7 @@
#ifndef __GSInvocation_h_GNUSTEP_BASE_INCLUDE
#define __GSInvocation_h_GNUSTEP_BASE_INCLUDE
#include <Foundation/NSInvocation.h>
#import "Foundation/NSInvocation.h"
@class NSMutableData;

View file

@ -54,9 +54,9 @@
NSTimeInterval GSPrivateTimeNow() GS_ATTRIB_PRIVATE;
#include "GNUstepBase/GSObjCRuntime.h"
#import "GNUstepBase/GSObjCRuntime.h"
#include "Foundation/NSArray.h"
#import "Foundation/NSArray.h"
#ifdef __GNUSTEP_RUNTIME__
struct objc_category;
@ -87,7 +87,7 @@ typedef struct objc_category* Category;
}
@end
#include "Foundation/NSString.h"
#import "Foundation/NSString.h"
/**
* Macro to manage memory for chunks of code that need to work with

View file

@ -22,7 +22,7 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSAppleEventDescriptor.h>
#import "Foundation/NSAppleEventDescriptor.h"
@implementation NSAppleEventDescriptor

View file

@ -22,7 +22,7 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSAppleEventManager.h>
#import "Foundation/NSAppleEventManager.h"
@implementation NSAppleEventManager

View file

@ -23,7 +23,7 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSAppleScript.h>
#import "Foundation/NSAppleScript.h"
@implementation NSAppleScript

View file

@ -29,8 +29,8 @@
/**** Included Headers *******************************************************/
#include "Foundation/NSObject.h"
#include "Foundation/NSString.h"
#import "Foundation/NSObject.h"
#import "Foundation/NSString.h"
#if ( (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) ) && HAVE_VISIBILITY_ATTRIBUTE )

View file

@ -22,12 +22,12 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSDateComponentsFormatter.h>
#include <Foundation/NSDate.h>
#include <Foundation/NSString.h>
#include <Foundation/NSValue.h>
#include <Foundation/NSException.h>
#include <Foundation/NSNumberFormatter.h>
#import "Foundation/NSDateComponentsFormatter.h"
#import "Foundation/NSDate.h"
#import "Foundation/NSString.h"
#import "Foundation/NSValue.h"
#import "Foundation/NSException.h"
#import "Foundation/NSNumberFormatter.h"
@implementation NSDateComponentsFormatter

View file

@ -22,10 +22,10 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSDateInterval.h>
#include <Foundation/NSDate.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSException.h>
#import "Foundation/NSDateInterval.h"
#import "Foundation/NSDate.h"
#import "Foundation/NSArray.h"
#import "Foundation/NSException.h"
@implementation NSDateInterval

View file

@ -22,13 +22,13 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSDateIntervalFormatter.h>
#include <Foundation/NSLocale.h>
#include <Foundation/NSCalendar.h>
#include <Foundation/NSTimeZone.h>
#include <Foundation/NSString.h>
#include <Foundation/NSDate.h>
#include <Foundation/NSDateInterval.h>
#import "Foundation/NSDateIntervalFormatter.h"
#import "Foundation/NSLocale.h"
#import "Foundation/NSCalendar.h"
#import "Foundation/NSTimeZone.h"
#import "Foundation/NSString.h"
#import "Foundation/NSDate.h"
#import "Foundation/NSDateInterval.h"
@implementation NSDateIntervalFormatter
// Properties

View file

@ -22,11 +22,12 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSExtensionContext.h>
#include <Foundation/NSError.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSURL.h>
#include <Foundation/NSString.h>
#import "Foundation/NSExtensionContext.h"
#import "Foundation/NSError.h"
#import "Foundation/NSArray.h"
#import "Foundation/NSURL.h"
#import "Foundation/NSString.h"
#import "GNUstepBase/NSObject+GNUstepBase.h"
@implementation NSExtensionContext

View file

@ -22,10 +22,10 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSExtensionItem.h>
#include <Foundation/NSAttributedString.h>
#include <Foundation/NSDictionary.h>
#include <Foundation/NSArray.h>
#import "Foundation/NSExtensionItem.h"
#import "Foundation/NSAttributedString.h"
#import "Foundation/NSDictionary.h"
#import "Foundation/NSArray.h"
@implementation NSExtensionItem

View file

@ -23,16 +23,16 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSFileVersion.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>
#include <Foundation/NSDate.h>
#include <Foundation/NSError.h>
#include <Foundation/NSString.h>
#include <Foundation/NSURL.h>
#include <Foundation/NSPersonNameComponents.h>
#include <Foundation/NSFileManager.h>
#include <Foundation/NSData.h>
#import "Foundation/NSFileVersion.h"
#import "Foundation/NSArray.h"
#import "Foundation/NSDictionary.h"
#import "Foundation/NSDate.h"
#import "Foundation/NSError.h"
#import "Foundation/NSString.h"
#import "Foundation/NSURL.h"
#import "Foundation/NSPersonNameComponents.h"
#import "Foundation/NSFileManager.h"
#import "Foundation/NSData.h"
@interface NSFileVersion (Private)
- (void) _setURL: (NSURL *)u;

View file

@ -22,7 +22,7 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSHFSFileTypes.h>
#import "Foundation/NSHFSFileTypes.h"
GS_DECLARE NSString *NSFileTypeForHFSTypeCode(NSUInteger hfsFileTypeCode)
{

View file

@ -22,7 +22,7 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSItemProviderReadingWriting.h>
#import "Foundation/NSItemProviderReadingWriting.h"
@implementation NSItemProviderReadingWriting

View file

@ -22,8 +22,8 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSMetadataAttributes.h>
#include <Foundation/NSString.h>
#import "Foundation/NSMetadataAttributes.h"
#import "Foundation/NSString.h"
GS_DECLARE NSString *const NSMetadataItemAcquisitionMakeKey = @"NSMetadataItemAcquisitionMakeKey";
GS_DECLARE NSString *const NSMetadataItemAcquisitionModelKey = @"NSMetadataItemAcquisitionModelKey";

View file

@ -22,7 +22,7 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSObjectScripting.h>
#import "Foundation/NSObjectScripting.h"
@implementation NSObjectScripting

View file

@ -23,7 +23,7 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSScriptClassDescription.h>
#import "Foundation/NSScriptClassDescription.h"
@implementation NSScriptClassDescription

View file

@ -23,7 +23,7 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSScriptCoercionHandler.h>
#import "Foundation/NSScriptCoercionHandler.h"
@implementation NSScriptCoercionHandler

View file

@ -23,7 +23,7 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSScriptCommand.h>
#import "Foundation/NSScriptCommand.h"
@implementation NSScriptCommand

View file

@ -23,7 +23,7 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSScriptCommandDescription.h>
#import "Foundation/NSScriptCommandDescription.h"
@implementation NSScriptCommandDescription

View file

@ -23,7 +23,7 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSScriptExecutionContext.h>
#import "Foundation/NSScriptExecutionContext.h"
@implementation NSScriptExecutionContext

View file

@ -23,7 +23,7 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSScriptKeyValueCoding.h>
#import "Foundation/NSScriptKeyValueCoding.h"
@implementation NSScriptKeyValueCoding

View file

@ -23,7 +23,7 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSScriptObjectSpecifiers.h>
#import "Foundation/NSScriptObjectSpecifiers.h"
@implementation NSScriptObjectSpecifiers

View file

@ -23,7 +23,7 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSScriptStandardSuiteCommands.h>
#import "Foundation/NSScriptStandardSuiteCommands.h"
@implementation NSScriptStandardSuiteCommands

View file

@ -23,7 +23,7 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSScriptSuiteRegistry.h>
#import "Foundation/NSScriptSuiteRegistry.h"
@implementation NSScriptSuiteRegistry

View file

@ -22,7 +22,7 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSUserActivity.h>
#import "Foundation/NSUserActivity.h"
@implementation NSUserActivity

View file

@ -23,7 +23,7 @@
Boston, MA 02110 USA.
*/
#include <Foundation/NSUserScriptTask.h>
#import "Foundation/NSUserScriptTask.h"
@implementation NSUserScriptTask

View file

@ -31,7 +31,7 @@
#define __objc_load_h_INCLUDE
#include <stdio.h>
#include <Foundation/NSString.h>
#include "Foundation/NSString.h"
#ifdef HAVE_DLADDR
#define LINKER_GETSYMBOL 1