]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix include order of new replicate.qh file
authorMario <mario.mario@y7mail.com>
Sun, 2 Aug 2020 10:34:01 +0000 (20:34 +1000)
committerMario <mario.mario@y7mail.com>
Sun, 2 Aug 2020 10:34:01 +0000 (20:34 +1000)
qcsrc/common/_mod.qh

index 3433ebb4e8ea1eabf3af227a2e7a76fe81c45a58..f8461f41e2d2148b4ed5f856cbc8360332ca68f0 100644 (file)
@@ -7,8 +7,8 @@
 #include <common/mapinfo.qh>
 #include <common/net_notice.qh>
 #include <common/playerstats.qh>
-#include <common/state.qh>
 #include <common/replicate.qh>
+#include <common/state.qh>
 #include <common/util.qh>
 #include <common/viewloc.qh>
 #include <common/wepent.qh>