X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fvote.qc;h=ee8a8e8db9a1550ec56cd407d3d2d0e05d6ccede;hb=77a72b8a1d5686ac0ee30d5019f512086bcbaf3e;hp=2f5f41efd0e5ead00bfcbb24fd1c8cabe56f80ff;hpb=0409f3fe91e759cbe3b885b5c543411f02844f21;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/command/vote.qc b/qcsrc/server/command/vote.qc index 2f5f41efd..ee8a8e8db 100644 --- a/qcsrc/server/command/vote.qc +++ b/qcsrc/server/command/vote.qc @@ -1,6 +1,9 @@ #include "vote.qh" -#include +#include +#include +#include +#include #include #include @@ -8,8 +11,8 @@ #include "common.qh" -#include "../g_damage.qh" -#include "../g_world.qh" +#include "../damage.qh" +#include "../world.qh" #include "../teamplay.qh" #include "../race.qh" #include "../round_handler.qh"