remove unneeded import
authorsheepluva
Mon, 16 Jun 2014 13:47:27 +0200
changeset 10314 6691ebaa4f3a
parent 10313 769061317dc5
child 10315 d464a04450cc
remove unneeded import
hedgewars/uChat.pas
--- a/hedgewars/uChat.pas	Mon Jun 16 02:41:03 2014 +0200
+++ b/hedgewars/uChat.pas	Mon Jun 16 13:47:27 2014 +0200
@@ -32,7 +32,7 @@
 procedure SendHogSpeech(s: shortstring);
 
 implementation
-uses SDLh, uInputHandler, uTypes, uVariables, uCommands, uUtils, uTextures, uRender, uIO, uScript, uConsole;
+uses SDLh, uInputHandler, uTypes, uVariables, uCommands, uUtils, uTextures, uRender, uIO, uScript;
 
 const MaxStrIndex = 27;