hedgewars/uConsole.pas
changeset 4414 cb90b7f82cd5
parent 4374 bcefeeabaa33
child 4436 94c948a92759
--- a/hedgewars/uConsole.pas	Mon Nov 22 21:43:31 2010 +0300
+++ b/hedgewars/uConsole.pas	Mon Nov 22 21:49:57 2010 +0300
@@ -28,7 +28,7 @@
 function  GetLastConsoleLine: shortstring;
 
 implementation
-uses uMisc, Types, uVariables, uUtils;
+uses Types, uVariables, uUtils;
 
 const cLineWidth: LongInt = 0;
       cLinesCount = 256;