usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
|
||||
#include <sched.h> /* sched_yield() */
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
#if ENABLE_FEATURE_LESS_REGEXP
|
||||
#include "xregex.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user