diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-05-21 18:37:06 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-05-21 18:37:06 +0000 |
commit | e63e5c12b3cbe516f042c7f3547254acafa887ba (patch) | |
tree | 96d27b5039ca9d79f4d6096485901d1f70a3a112 /src | |
parent | 50ab5b83516699bb7a80123eb7c0f0c0edf40d90 (diff) | |
download | usdx-e63e5c12b3cbe516f042c7f3547254acafa887ba.tar.gz usdx-e63e5c12b3cbe516f042c7f3547254acafa887ba.tar.xz usdx-e63e5c12b3cbe516f042c7f3547254acafa887ba.zip |
cosmetics?
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1753 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src')
-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
|