]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/func/conveyor.qh
Move non-generic entity flags to their own headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / conveyor.qh
index 20b790f4a17fbf05f35b420a570a38584bd268d1..22b674ff36098192b0c8409a029122e6b88ec4b1 100644 (file)
@@ -1,6 +1,5 @@
 #pragma once
-#include "../spawnflags.qh"
-#include "../states.qh"
+#include "../defs.qh"
 
 IntrusiveList g_conveyed;
 STATIC_INIT(g_conveyed) { g_conveyed = IL_NEW(); }