diff --git a/src/rpc/scgi_task.cc b/src/rpc/scgi_task.cc index bd67beae7..b1083f89a 100644 --- a/src/rpc/scgi_task.cc +++ b/src/rpc/scgi_task.cc @@ -1,4 +1,3 @@ -#include "rpc/scgi_task.h" #include "config.h" #include @@ -13,6 +12,7 @@ #include "utils/socket_fd.h" +#include "scgi_task.h" #include "control.h" #include "globals.h" #include "scgi.h"