mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Remove extra #import directives
This commit is contained in:
parent
3e8b8386b1
commit
5612120c06
2 changed files with 2 additions and 2 deletions
|
@ -25,11 +25,10 @@
|
|||
#ifndef _NSCollectionViewFlowLayout_h_GNUSTEP_GUI_INCLUDE
|
||||
#define _NSCollectionViewFlowLayout_h_GNUSTEP_GUI_INCLUDE
|
||||
|
||||
#import <AppKit/NSCollectionView.h>
|
||||
#import <AppKit/NSCollectionViewLayout.h>
|
||||
#import <AppKit/AppKitDefines.h>
|
||||
|
||||
@class NSMutableIndexSet;
|
||||
@class NSCollectionViewLayout, NSMutableIndexSet;
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST)
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#import <Foundation/NSIndexPath.h>
|
||||
|
||||
#import "AppKit/NSCollectionView.h"
|
||||
#import "AppKit/NSCollectionViewFlowLayout.h"
|
||||
#import "AppKit/NSCollectionViewItem.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue