1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-05 13:18:06 +03:00

remove unneeded libgen.h includes

This commit is contained in:
Cristian Rodríguez 2015-01-14 10:39:53 -03:00 committed by David Herrmann
parent 2057124e79
commit ecdacd4b2f
3 changed files with 0 additions and 3 deletions

View File

@ -24,7 +24,6 @@
#include <sys/stat.h>
#include <stdlib.h>
#include <string.h>
#include <libgen.h>
#include <assert.h>
#include <unistd.h>
#include <ftw.h>

View File

@ -26,7 +26,6 @@
#include <string.h>
#include <sys/mman.h>
#include <locale.h>
#include <libgen.h>
#include "util.h"
#include "log.h"

View File

@ -19,7 +19,6 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
#include <libgen.h>
#include <sys/socket.h>
#include "namespace.h"