Cocoa: IME: clean up

This commit is contained in:
rich2014 2023-07-07 19:39:12 +08:00
parent dfb24c2d12
commit b103a5bd03
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ interface
uses
// rtl+ftl
Types, Classes, SysUtils, Math, contnrs, GraphMath,
Types, Classes, SysUtils, Math, GraphMath,
// carbon bindings
MacOSAll,
// interfacebase
@ -37,7 +37,7 @@ uses
cocoa_extra, CocoaWSMenus, CocoaWSForms, CocoaWindows, CocoaScrollers,
CocoaWSClipboard, CocoaTextEdits, CocoaWSCommon,
// LCL
LCLStrConsts, LMessages, LCLMessageGlue, LCLProc, LCLIntf, LCLType,
LMessages, LCLProc, LCLIntf, LCLType,
Controls, Forms, Themes, Menus,
IntfGraphics, Graphics, CocoaWSFactory;

View File

@ -9,7 +9,7 @@ interface
uses
Types,
CGGeometry, CocoaAll, cocoa_extra,
CocoaAll, cocoa_extra,
Classes, Controls, SysUtils,
//
WSControls, LCLType, LMessages, LCLProc, LCLIntf, Graphics, Forms,