From: z411 Date: Tue, 18 Jan 2022 21:16:26 +0000 (-0300) Subject: Fix compilation units X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e92348f512cd40570be1863ab3b9615344715de3;p=xonotic%2Fxonotic-data.pk3dir.git Fix compilation units --- diff --git a/qcsrc/client/hud/panel/spect.qc b/qcsrc/client/hud/panel/spect.qc index 491e30a6c..dedfde612 100644 --- a/qcsrc/client/hud/panel/spect.qc +++ b/qcsrc/client/hud/panel/spect.qc @@ -4,10 +4,10 @@ #include #include #include -#include #include #include #include +#include vector teamscore_size; vector teamscore_fontsize;