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:
parent
2057124e79
commit
ecdacd4b2f
@ -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>
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <string.h>
|
||||
#include <sys/mman.h>
|
||||
#include <locale.h>
|
||||
#include <libgen.h>
|
||||
|
||||
#include "util.h"
|
||||
#include "log.h"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user