DEADSOFTWARE

system: remove unused imports
[d2df-sdl.git] / src / game / sdl / g_system.pas
index 11fd1e08917bc047cf7e3bc60f9f16508f1176d2..12ee89648e5285f656a51ac1cb8ae4c65bc8f643 100644 (file)
@@ -46,7 +46,7 @@ implementation
   uses
     SysUtils, SDL, Math,
     e_log, e_input, e_sound,
-    g_options, g_console, g_game, g_menu, g_gui, g_basic;
+    g_options, g_console, g_game, g_basic;
 
   const
     GameTitle = 'Doom 2D: Forever (SDL 1.2, %s)';