diff options
author | Martin Schwenke <martin@meltin.net> | 2020-09-15 13:54:30 +1000 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2021-06-25 09:16:31 +0000 |
commit | 23b2fab2c886a5cdc72a87aa0d2e14c9e6b96b1c (patch) | |
tree | 371e2079d65710d350ed12367436653c22af2fa5 /ctdb/common | |
parent | e40d452722d04d21e1c8cee2af2d175540634070 (diff) | |
download | samba-23b2fab2c886a5cdc72a87aa0d2e14c9e6b96b1c.tar.gz |
ctdb-common: Drop unused include of mkdir_p.h
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/common')
-rw-r--r-- | ctdb/common/system.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ctdb/common/system.c b/ctdb/common/system.c index ab1941124d7..650b62bab16 100644 --- a/ctdb/common/system.c +++ b/ctdb/common/system.c @@ -41,8 +41,6 @@ #include <procinfo.h> #endif -#include "lib/util/mkdir_p.h" - /* if possible, make this task real time */ |