chiark / gitweb /
remove unneeded libgen.h includes
authorCristian Rodríguez <crrodriguez@opensuse.org>
Wed, 14 Jan 2015 13:39:53 +0000 (10:39 -0300)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sat, 17 Jan 2015 11:26:20 +0000 (12:26 +0100)
src/core/mount-setup.c
src/journal/catalog.c
src/test/test-namespace.c

index bd3a0352d690065f46484c397c327c7aa2007843..eb9641fbcbe199686576e5c87f910cc9f8bf4217 100644 (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>
index 81a2e946e4867b30e31f7e6d80987b75ba2eea67..f1702328419dfa52033b450d2dba054438a6f7a5 100644 (file)
@@ -26,7 +26,6 @@
 #include <string.h>
 #include <sys/mman.h>
 #include <locale.h>
-#include <libgen.h>
 
 #include "util.h"
 #include "log.h"
index e74fd0c88a53251cd7c0bef76752ac9475db403a..084a58f3aa108dc6361cc8da9ea282f41cbccf0e 100644 (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"