We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b5fe0 commit 1a95f44Copy full SHA for 1a95f44
src/Craned/TaskManager.cpp
@@ -25,7 +25,6 @@
25
#include <sys/wait.h>
26
27
#include "CforedClient.h"
28
-#include "CgroupManager.h"
29
#include "CtldClient.h"
30
#include "crane/String.h"
31
#include "protos/CraneSubprocess.pb.h"
src/Craned/TaskManager.h
@@ -24,11 +24,6 @@
24
#include <grp.h>
#include <sys/epoll.h>
#include <sys/eventfd.h>
-#include <sys/inotify.h>
-#include <unistd.h>
-
-#include <atomic>
-#include <memory>
32
33
#include "CgroupManager.h"
34
#include "crane/PasswordEntry.h"
0 commit comments