mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Fix copying of headers
This commit is contained in:
parent
0a3642a343
commit
4629cde7b7
1 changed files with 2 additions and 0 deletions
|
@ -173,6 +173,7 @@
|
|||
#import <AppKit/NSGlyphGenerator.h>
|
||||
#import <AppKit/NSGradient.h>
|
||||
#import <AppKit/NSGraphicsContext.h>
|
||||
#import <AppKit/NSGridView.h>
|
||||
#import <AppKit/NSGroupTouchBarItem.h>
|
||||
#import <AppKit/NSHelpManager.h>
|
||||
#import <AppKit/NSInputManager.h>
|
||||
|
@ -227,6 +228,7 @@
|
|||
#import <AppKit/NSSound.h>
|
||||
#import <AppKit/NSSpeechRecognizer.h>
|
||||
#import <AppKit/NSSpeechSynthesizer.h>
|
||||
#import <AppKit/NSStackView.h>
|
||||
#import <AppKit/NSStepperTouchBarItem.h>
|
||||
#import <AppKit/NSStepper.h>
|
||||
#import <AppKit/NSStepperCell.h>
|
||||
|
|
Loading…
Reference in a new issue