mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-13 15:39:59 +00:00
Minor changes to Skia/OSX #includes
This commit is contained in:
parent
15f4a16294
commit
4379c6793e
@ -8,9 +8,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <Cocoa/Cocoa.h>
|
||||
|
||||
#include "she/osx/app.h"
|
||||
|
||||
|
@ -8,9 +8,7 @@
|
||||
#define SHE_OSX_APP_DELEGATE_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <Cocoa/Cocoa.h>
|
||||
|
||||
@interface OSXAppDelegate : NSObject
|
||||
- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication*)sender;
|
||||
|
@ -8,9 +8,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <Cocoa/Cocoa.h>
|
||||
|
||||
#include "she/osx/app_delegate.h"
|
||||
|
||||
|
@ -4,9 +4,7 @@
|
||||
// This file is released under the terms of the MIT license.
|
||||
// Read LICENSE.txt for more information.
|
||||
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <Cocoa/Cocoa.h>
|
||||
|
||||
#include "she/osx/clipboard.h"
|
||||
|
||||
|
@ -8,9 +8,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <Cocoa/Cocoa.h>
|
||||
|
||||
#include "she/osx/event_queue.h"
|
||||
|
||||
|
@ -4,10 +4,7 @@
|
||||
// This file is released under the terms of the MIT license.
|
||||
// Read LICENSE.txt for more information.
|
||||
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <Cocoa/Cocoa.h>
|
||||
#include <vector>
|
||||
|
||||
#include "she/display.h"
|
||||
|
@ -8,9 +8,7 @@
|
||||
#define SHE_OSX_VIEW_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <Cocoa/Cocoa.h>
|
||||
|
||||
@interface OSXView : NSView {
|
||||
@private
|
||||
|
@ -8,11 +8,7 @@
|
||||
#define SHE_OSX_WINDOW_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <Cocoa/Cocoa.h>
|
||||
|
||||
#include "gfx/rect.h"
|
||||
#include "gfx/size.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user