Unknown пре 7 година
родитељ
комит
32859f057c
4 измењених фајлова са 4 додато и 4 уклоњено
  1. 1 1
      bcbasectrls.pas
  2. 1 1
      bcbutton.pas
  3. 1 1
      bclistbox.pas
  4. 1 1
      colorspeedbutton.pas

+ 1 - 1
bcbasectrls.pas

@@ -41,7 +41,7 @@ unit BCBaseCtrls;
 interface
 interface
 
 
 uses
 uses
-  Classes, SysUtils, Types, Controls, ExtCtrls, Graphics,
+  Classes, SysUtils, Controls, ExtCtrls, Graphics,
   {$IFNDEF FPC}Windows, Messages, BGRAGraphics, GraphType, FPImage, {$ELSE} LCLType,{$ENDIF}
   {$IFNDEF FPC}Windows, Messages, BGRAGraphics, GraphType, FPImage, {$ELSE} LCLType,{$ENDIF}
   BGRABitmap, BGRABitmapTypes;
   BGRABitmap, BGRABitmapTypes;
 
 

+ 1 - 1
bcbutton.pas

@@ -52,7 +52,7 @@ unit BCButton;
 interface
 interface
 
 
 uses
 uses
-  Classes, types, {$IFDEF FPC}LCLType, LResources, LMessages,{$ENDIF} Controls, Dialogs,
+  Classes, types, {$IFDEF FPC}LCLType, LResources, {$ENDIF} Controls, Dialogs,
   ActnList, ImgList, Menus, // MORA
   ActnList, ImgList, Menus, // MORA
   Buttons, Graphics,
   Buttons, Graphics,
   {$IFNDEF FPC}BGRAGraphics, GraphType, FPImage, {$ENDIF}
   {$IFNDEF FPC}BGRAGraphics, GraphType, FPImage, {$ENDIF}

+ 1 - 1
bclistbox.pas

@@ -10,7 +10,7 @@ unit BCListBox;
 interface
 interface
 
 
 uses
 uses
-  Classes, SysUtils, {$IFDEF FPC}LCLType, LResources, LMessages,{$ENDIF}
+  Classes, SysUtils, {$IFDEF FPC}LCLType, LResources, {$ENDIF}
   Forms, Controls, Graphics, Dialogs, StdCtrls,
   Forms, Controls, Graphics, Dialogs, StdCtrls,
   {$IFNDEF FPC}Types, BGRAGraphics, GraphType, FPImage, BCBaseCtrls,{$ENDIF}
   {$IFNDEF FPC}Types, BGRAGraphics, GraphType, FPImage, BCBaseCtrls,{$ENDIF}
   BGRAVirtualScreen, BGRABitmap, BGRASliceScaling;
   BGRAVirtualScreen, BGRABitmap, BGRASliceScaling;

+ 1 - 1
colorspeedbutton.pas

@@ -16,7 +16,7 @@ interface
 uses
 uses
   Classes, SysUtils, Types, {$IFDEF FPC}LCLType, LCLProc, LResources,{$ENDIF}
   Classes, SysUtils, Types, {$IFDEF FPC}LCLType, LCLProc, LResources,{$ENDIF}
   {$IFNDEF FPC}BGRAGraphics, GraphType, FPImage, {$ENDIF}
   {$IFNDEF FPC}BGRAGraphics, GraphType, FPImage, {$ENDIF}
-  Forms, Controls, Graphics, Dialogs, Buttons, BGRASpeedButton, Themes, Math;
+  Forms, Controls, Graphics, Dialogs, Buttons, BGRASpeedButton, Themes;
 
 
 type
 type