mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-05 22:05:58 +02:00
Fix redundant unit in uses clause.
This commit is contained in:
parent
800ee2ac02
commit
160c57451a
@ -132,7 +132,7 @@ implementation
|
||||
|
||||
uses
|
||||
{$ifdef FORCE_LAZLOGGER_DUMMY} LazLoggerDummy {$else} LazLoggerBase {$endif}, StrUtils,
|
||||
FpDbgClasses, FpImgReaderBase,
|
||||
FpImgReaderBase,
|
||||
{$IFNDEF WINDOWS}BaseUnix, termio;
|
||||
{$ELSE}winsock2, windows;
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user