mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
Removed ncdu.h dependency from exclude.c
This commit is contained in:
parent
6c0a56a26f
commit
b10a0f536f
2 changed files with 5 additions and 2 deletions
|
|
@ -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 @@
|
||||||
#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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue