diff options
| author | Xavier Del Campo Romero <xavier.delcampo@orain.io> | 2020-09-28 07:39:40 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavier.delcampo@orain.io> | 2020-09-28 07:39:40 +0200 |
| commit | 6930a91f26c465903a139614c81637716e81cf3b (patch) | |
| tree | e9dbd0ba66d9940609289310c8cbcf4ed9cb28f6 | |
| parent | 3de04d477f7fcf5fb1c5b217c53ef5d6683b5966 (diff) | |
Remove unneeded #include <dirent.h>
| -rw-r--r-- | mkdir_r.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -20,7 +20,6 @@ #include <unistd.h> #include <sys/stat.h> #include <sys/types.h> -#include <dirent.h> #include <errno.h> #include <stdio.h> #include <errno.h> |
