usage.c: remove reference to busybox.h
[platform/upstream/busybox.git] / coreutils / sum.c
index 9327ca5..5799d14 100644 (file)
@@ -13,7 +13,7 @@
  * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
  */
 
-#include "busybox.h"
+#include "libbb.h"
 
 enum { SUM_BSD, PRINT_NAME, SUM_SYSV };