diff options
Diffstat (limited to 'Game/Code/lib/other')
-rw-r--r-- | Game/Code/lib/other/DirWatch.pas | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Game/Code/lib/other/DirWatch.pas b/Game/Code/lib/other/DirWatch.pas index b14fa791..95e0f8e9 100644 --- a/Game/Code/lib/other/DirWatch.pas +++ b/Game/Code/lib/other/DirWatch.pas @@ -31,11 +31,7 @@ uses Windows,
Messages,
SysUtils,
- {$IFDEF LCL}
- LCLIntf, // used for AllocateHWnd
- {$ELSE}
- Forms,
- {$ENDIF}
+ UCommon,
Classes;
type
|