Skip to content

Commit 1a95f44

Browse files
committed
rm header
1 parent 74b5fe0 commit 1a95f44

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/Craned/TaskManager.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#include <sys/wait.h>
2626

2727
#include "CforedClient.h"
28-
#include "CgroupManager.h"
2928
#include "CtldClient.h"
3029
#include "crane/String.h"
3130
#include "protos/CraneSubprocess.pb.h"

src/Craned/TaskManager.h

-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
#include <grp.h>
2525
#include <sys/epoll.h>
2626
#include <sys/eventfd.h>
27-
#include <sys/inotify.h>
28-
#include <unistd.h>
29-
30-
#include <atomic>
31-
#include <memory>
3227

3328
#include "CgroupManager.h"
3429
#include "crane/PasswordEntry.h"

0 commit comments

Comments
 (0)