Removed ncdu.h dependency from exclude.c

This commit is contained in:
Yorhel 2009-04-11 10:53:39 +02:00
parent 6c0a56a26f
commit b10a0f536f
2 changed files with 5 additions and 2 deletions

View file

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

View file

@ -33,7 +33,6 @@
#include <ctype.h>
#include <limits.h>
#include <errno.h>
#include <fnmatch.h>
#include <ncurses.h>
#include <form.h>