usage.c: remove reference to busybox.h
[platform/upstream/busybox.git] / coreutils / cut.c
index b9ea312..084f7be 100644 (file)
@@ -9,7 +9,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
 
-#include "busybox.h"
+#include "libbb.h"
 
 /* This is a NOEXEC applet. Be very careful! */