diff --git a/src/server/distrend.c b/src/server/distrend.c --- a/src/server/distrend.c +++ b/src/server/distrend.c @@ -20,14 +20,15 @@ /* This file contains the code which both processes (renders) jobs as a slave, and the code which distributes frames to slaves after receiving them from the client portion of the codebase. */ -#include "asprintf.h" #include "distrenjob.h" -#include "execio.h" #include "listen.h" -#include "options.h" -#include "protocol.h" #include "slavefuncs.h" +#include "common/asprintf.h" +#include "common/execio.h" +#include "common/options.h" +#include "common/protocol.h" + #include #include #include