]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/oo/base.qh
Remove includes from most headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / oo / base.qh
index cf966c68cfc48757832073a401a7671bd31e9b4b..ba8db395919e351b8932be888a06d7c9c31ac7b2 100644 (file)
@@ -1,20 +1,6 @@
 #ifndef BASE_H
 #define BASE_H
 
-#if defined(CSQC)
-#elif defined(MENUQC)
-       #include "../../common/util-pre.qh"
-    #include "../sys-pre.qh"
-    #include "../../dpdefs/menudefs.qh"
-    #include "../../dpdefs/keycodes.qh"
-    #include "../sys-post.qh"
-    #include "../config.qh"
-    #include "../../warpzonelib/mathlib.qh"
-    #include "../../common/util.qh"
-    #include "../../common/test.qh"
-#elif defined(SVQC)
-#endif
-
 .string classname;
 entity Object_vtbl;
 .string vtblname;