Remove extra #import directives

This commit is contained in:
Gregory John Casamento 2022-11-28 01:20:25 -05:00
parent 3e8b8386b1
commit 5612120c06
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -24,6 +24,7 @@
#import <Foundation/NSIndexPath.h>
#import "AppKit/NSCollectionView.h"
#import "AppKit/NSCollectionViewFlowLayout.h"
#import "AppKit/NSCollectionViewItem.h"