core: remove unneeded <libgen.h> include

execute.c only uses basename (the GNU version in <string.h>)
This commit is contained in:
Cristian Rodríguez 2015-02-09 21:41:09 -03:00 committed by Lennart Poettering
parent a24111cea6
commit e89fe484df

View file

@ -40,8 +40,6 @@
#include <sys/poll.h>
#include <glob.h>
#include <sys/personality.h>
#include <libgen.h>
#undef basename
#ifdef HAVE_PAM
#include <security/pam_appl.h>