diff options
Diffstat (limited to '')
-rw-r--r-- | src/base/UBeatTimer.pas | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/base/UBeatTimer.pas b/src/base/UBeatTimer.pas index 1f5481fa..a47a06f9 100644 --- a/src/base/UBeatTimer.pas +++ b/src/base/UBeatTimer.pas @@ -26,7 +26,6 @@ unit UBeatTimer;
interface
-uses UTime;
{$IFDEF FPC}
{$MODE Delphi}
@@ -34,6 +33,9 @@ uses UTime; {$I switches.inc}
+uses
+ UTime;
+
type
(**
* TLyricsState contains all information concerning the
|