Skip to content
Snippets Groups Projects
Commit b10a0f53 authored by Yorhel's avatar Yorhel
Browse files

Removed ncdu.h dependency from exclude.c

parent 6c0a56a2
No related branches found
No related tags found
No related merge requests found
...@@ -23,9 +23,13 @@ ...@@ -23,9 +23,13 @@
*/ */
#include "ncdu.h"
#include "exclude.h" #include "exclude.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fnmatch.h>
struct exclude { struct exclude {
char *pattern; char *pattern;
......
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
#include <ctype.h> #include <ctype.h>
#include <limits.h> #include <limits.h>
#include <errno.h> #include <errno.h>
#include <fnmatch.h>
#include <ncurses.h> #include <ncurses.h>
#include <form.h> #include <form.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment