DEADSOFTWARE

game: remove unneded render imports
[d2df-sdl.git] / src / game / g_items.pas
index dcc8b0f58ad93521ee244b86411571a5761427dc..6bb50708008e2509e4e34b148d4c3c46c272ecb2 100644 (file)
@@ -90,7 +90,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;