]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud_config.qc
#includes: cleanup client
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud_config.qc
index 55c6c061eaae81fe8b6c77cc8a8249fe77627034..148c0ec8e057ca0c523fb1d46a61d310438a8087 100644 (file)
@@ -1,11 +1,7 @@
 #include "hud_config.qh"
-#include "_all.qh"
 
 #include "hud.qh"
 
-#include "../common/constants.qh"
-
-
 #define HUD_Write(s) fputs(fh, s)
 // q: quoted, n: not quoted
 #define HUD_Write_Cvar_n(cvar) HUD_Write(strcat("seta ", cvar, " ", cvar_string(cvar), "\n"))