chiark / gitweb /
path-util: fix path_is_mount_point() for symlinks
[elogind.git] / src / shared / capability.c
index 915ceb9d9b1a4749206bebb638a971f7dcac156c..4840c3ebf4149fc7658e7f3f2c204fb6219f8235 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <assert.h>
-#include <string.h>
 #include <unistd.h>
 #include <errno.h>
 #include <stdio.h>
-#include <sys/types.h>
-#include <stdarg.h>
-#include <ctype.h>
 #include <sys/capability.h>
 #include <sys/prctl.h>
 #include "grp.h"