hedgewars/uTouch.pas
branchhedgeroid
changeset 6029 5073285b6599
parent 5938 c186c454779d
child 6228 1b7d4d7d162b
--- a/hedgewars/uTouch.pas	Mon Sep 26 01:16:15 2011 +0200
+++ b/hedgewars/uTouch.pas	Mon Sep 26 01:32:48 2011 +0200
@@ -22,7 +22,7 @@
 
 interface
 
-uses sysutils, math, uConsole, uVariables, SDLh, uTypes, uFloat, uConsts, uIO, uCommands, GLUnit, uCommandHandlers;
+uses sysutils, math, uConsole, uVariables, SDLh, uTypes, uFloat, uConsts, uIO, uCommands, GLUnit;
 
 type
     PTouch_Finger = ^Touch_Finger;