chiark / gitweb /
remove unused includes
[elogind.git] / src / shared / mkdir.h
index e317df300eeb7cccaaf38058e93207bb7250491a..2392d1fd1b39fe4e05589a0822802195dfb4a46a 100644 (file)
@@ -22,7 +22,6 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdbool.h>
 #include <sys/types.h>
 
 int mkdir_safe(const char *path, mode_t mode, uid_t uid, gid_t gid);