DEADSOFTWARE

game: remove unneded render imports
[d2df-sdl.git] / src / game / g_weapons.pas
index 1ffbdf6c15794dcbe2e6fd10dc409b322c452329..6e555a4d607d5ac83432f5ee9cc64809aae79125 100644 (file)
@@ -112,7 +112,7 @@ implementation
 
 uses
   Math, g_map, g_player, g_gfx, g_sound, g_panel,
-  g_console, g_options, g_game, r_textures, r_animations, r_gfx,
+  g_console, g_options, g_game, r_gfx,
   g_triggers, MAPDEF, e_log, g_monsters, g_saveload,
   g_language, g_netmsg, g_grid,
   geom, binheap, hashtable, utils, xstreams;