X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2F_all.qh;h=746734dee2011e048533d0113c4d59a089ea4e82;hb=42e255d014f2c6a1871177ea511f630624cdfb57;hp=12dc1b4a3ae6b23dc09ca2af94a5065d2f32fec4;hpb=3b8a6707fbceb9f57b5d3ab5321e36033da6059d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/_all.qh b/qcsrc/client/_all.qh index 12dc1b4a3..746734dee 100644 --- a/qcsrc/client/_all.qh +++ b/qcsrc/client/_all.qh @@ -1,14 +1,12 @@ -#ifndef CLIENT_ALL_H -#define CLIENT_ALL_H +#pragma once + +#include + +#include +#include +#include #include "autocvars.qh" #include "defs.qh" #include "main.qh" #include "miscfunctions.qh" - -#include "../dpdefs/csprogsdefs.qh" - -#include "../common/models/models.qh" -#include "../common/sounds/sounds.qh" - -#endif