Преглед на файлове

Removing some includes added by mistake by f03f0e10 and few more

Source commit: 23cd5e8f1dbb35157b430f284a2af26f48730ec0
Martin Prikryl преди 6 години
родител
ревизия
2592b10ae2
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      source/packages/filemng/BaseUtils.pas

+ 2 - 2
source/packages/filemng/BaseUtils.pas

@@ -27,7 +27,7 @@ unit BaseUtils;
 interface
 
 uses
-  SysUtils, Windows, Forms, ShlObj, PIDL, Classes, Controls, DragDropFilesEx;
+  ShlObj;
 
 type
   TDateTimePrecision = (tpNone, tpDay, tpMinute, tpSecond, tpMillisecond);
@@ -60,7 +60,7 @@ resourcestring
 implementation
 
 uses
-  IEDriveInfo, DateUtils, ShellApi, SysConst, PasTools, Math, CustomDirView, FileOperator, DragDrop;
+  Windows, SysUtils, DateUtils, SysConst, Math, PIDL, Forms;
 
 function StrContains(Str1, Str2: string): Boolean;
 var