chiark / gitweb /
remove unused includes
[elogind.git] / src / shared / path-util.c
index 70bc1caa2a53ce44092a7c6297f7f3ff4d0e4ab7..12d1ec321f174619183f1423cbdf5f83c2389e90 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 <stdlib.h>
-#include <signal.h>
 #include <stdio.h>
 #include <fcntl.h>
-#include <dirent.h>
 #include <sys/statvfs.h>
 
 #include "macro.h"