Removed ncdu.h dependency from exclude.c
Этот коммит содержится в:
родитель
6c0a56a26f
Коммит
b10a0f536f
@ -23,9 +23,13 @@
|
||||
|
||||
*/
|
||||
|
||||
#include "ncdu.h"
|
||||
#include "exclude.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <fnmatch.h>
|
||||
|
||||
|
||||
struct exclude {
|
||||
char *pattern;
|
||||
|
@ -33,7 +33,6 @@
|
||||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
#include <errno.h>
|
||||
#include <fnmatch.h>
|
||||
|
||||
#include <ncurses.h>
|
||||
#include <form.h>
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user