DEADSOFTWARE

game: remove unneded render imports
[d2df-sdl.git] / src / game / g_items.pas
index 6ff6b86e6010e11caf2ba007fc645c388fe61c05..7a1fd513a1a3aebdc0b1f0a133e152f5c93c76a7 100644 (file)
@@ -93,7 +93,7 @@ implementation
 
 uses
   Math,
-  g_basic, g_sound, g_gfx, g_map, r_animations, r_gfx,
+  g_basic, g_sound, g_gfx, g_map, r_gfx,
   g_game, g_triggers, g_console, g_player, g_net, g_netmsg,
   e_log, g_options,
   g_grid, binheap, idpool, utils, xstreams;