From e63e5c12b3cbe516f042c7f3547254acafa887ba Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Thu, 21 May 2009 18:37:06 +0000 Subject: cosmetics? git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1753 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/base/UBeatTimer.pas | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3