-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More unused header removal #406
Changes from all commits
3534c31
20cda67
cfde8c5
49f2a8c
75cf647
76dd0e1
49e920f
fba12f1
846c83f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,6 @@ | |
#import "iTermAdvancedSettingsModel.h" | ||
#import "iTermScrollAccumulator.h" | ||
#import "NSView+iTerm.h" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok |
||
#import "PreferencePanel.h" | ||
#import "PTYScrollView.h" | ||
#import "PTYTextView.h" | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,23 @@ | ||
// Implements the model class for a terminal session. | ||
|
||
#import "Api.pbobjc.h" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is used in this file. For example, |
||
#import "DVR.h" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok |
||
#import "iTermAPIHelper.h" | ||
#import "iTermEchoProbe.h" | ||
#import "iTermFindDriver.h" | ||
#import "iTermFileDescriptorClient.h" | ||
#import "iTermMetalUnavailableReason.h" | ||
#import "iTermWeakReference.h" | ||
#import "ITAddressBookMgr.h" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This file uses |
||
#import "iTermPopupWindowController.h" | ||
#import "iTermSessionNameController.h" | ||
|
||
#import "GPBEnumArray+iTerm.h" | ||
#import "LineBuffer.h" | ||
#import "PTYTask.h" | ||
#import "PTYTextView.h" | ||
#import "ProfileModel.h" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We use the |
||
#import "TextViewWrapper.h" | ||
#import "TmuxController.h" | ||
#import "TmuxGateway.h" | ||
#import "VT100Screen.h" | ||
#import "VT100ScreenMark.h" | ||
#import "WindowControllerInterface.h" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can replace this with |
||
#import <AppKit/AppKit.h> | ||
#import <Foundation/Foundation.h> | ||
#include <sys/time.h> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ | |
*/ | ||
|
||
#import <Cocoa/Cocoa.h> | ||
#import "iTermFindDriver.h" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. SessionView conforms to the |
||
#import "iTermMetalDriver.h" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok |
||
#import "PTYScrollView.h" | ||
#import "PTYSession.h" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,6 @@ | |
#import "PTYScrollView.h" | ||
#import "PTYSession.h" | ||
#import "PTYTab.h" | ||
#import "PTYTextView.h" | ||
#import "PTYWindow.h" | ||
#import "SessionTitleView.h" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok |
||
#import "SplitSelectionView.h" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok