diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dired.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dired.c b/src/dired.c index feb68ed0506..0cdc062c699 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -53,7 +53,6 @@ extern struct direct *readdir (); | |||
| 53 | #include "commands.h" | 53 | #include "commands.h" |
| 54 | 54 | ||
| 55 | #include "regex.h" | 55 | #include "regex.h" |
| 56 | #include "search.h" | ||
| 57 | 56 | ||
| 58 | #define min(a, b) ((a) < (b) ? (a) : (b)) | 57 | #define min(a, b) ((a) < (b) ? (a) : (b)) |
| 59 | 58 | ||