Commit b6a2f5a0 authored by Radostin Stoyanov's avatar Radostin Stoyanov Committed by Andrei Vagin

Remove unused #include <sys/sendfile.h>

Acked-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: 's avatarRadostin Stoyanov <rstoyanov1@gmail.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@gmail.com>
parent 02018f01
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include <sys/resource.h> #include <sys/resource.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <sys/sendfile.h>
#include <sched.h> #include <sched.h>
#include <sys/resource.h> #include <sys/resource.h>
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include <sys/prctl.h> #include <sys/prctl.h>
#include <sched.h> #include <sched.h>
#include <sys/sendfile.h>
#include "types.h" #include "types.h"
#include <compel/ptrace.h> #include <compel/ptrace.h>
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/sendfile.h>
#include "common/list.h" #include "common/list.h"
#include "imgset.h" #include "imgset.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment