Skip to content

Commit 4e8c036

Browse files
committedNov 8, 2023
8319665: [macOS] Obsolete imports of <Carbon/Carbon.h> in java.desktop
Reviewed-by: psadhukhan, serb
1 parent f4ab952 commit 4e8c036

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎src/java.desktop/macosx/native/libawt_lwawt/awt/CMenuItem.m

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
* questions.
2424
*/
2525

26-
#include <Carbon/Carbon.h>
2726
#import "CMenuItem.h"
2827
#import "CMenu.h"
2928
#import "AWTEvent.h"

‎src/java.desktop/macosx/native/libosxui/ScreenMenu.h

-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@
2424
*/
2525

2626
#import <Cocoa/Cocoa.h>
27-
#import <Carbon/Carbon.h>

0 commit comments

Comments
 (0)
Please sign in to comment.