# HG changeset patch # User sheepluva # Date 1402919247 -7200 # Node ID 6691ebaa4f3a1d3350a57be8112ff7b7dec3e253 # Parent 769061317dc5d660fc5039fedb2de5259af12547 remove unneeded import diff -r 769061317dc5 -r 6691ebaa4f3a 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;