1
1

Removed ncdu.h dependency from exclude.c

Этот коммит содержится в:
Yorhel 2009-04-11 10:53:39 +02:00
родитель 6c0a56a26f
Коммит b10a0f536f
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -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>