From d9caf0980e1212747a3af3944ada80879823e7c9 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Tue, 1 Sep 2015 22:19:34 +1000 Subject: [PATCH] skill: Remove unrequired headers Removed unrequired headers in the include statements for skill. --- skill.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/skill.c b/skill.c index a49c8a1b..8c6e8775 100644 --- a/skill.c +++ b/skill.c @@ -43,9 +43,6 @@ #include "xalloc.h" #include "proc/pwcache.h" #include "proc/devname.h" -#include "proc/procps.h" /* char *user_from_uid(uid_t uid) */ -#include "proc/readproc.h" -#include "proc/version.h" /* procps_version */ #include "rpmatch.h" #define DEFAULT_NICE 4 -- 2.40.0