From 00b6f7a2c0e4a76d49eadfbeda56b4043a1e1bf0 Mon Sep 17 00:00:00 2001 From: andersen Date: Mon, 25 Sep 2000 21:45:58 +0000 Subject: Renamed "internal.h" to the more sensible "busybox.h". -Erik git-svn-id: svn://busybox.net/trunk/busybox@1119 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- init/halt.c | 2 +- init/init.c | 2 +- init/poweroff.c | 2 +- init/reboot.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'init') diff --git a/init/halt.c b/init/halt.c index 2ca36d038..c3e2523c0 100644 --- a/init/halt.c +++ b/init/halt.c @@ -21,7 +21,7 @@ * */ -#include "internal.h" +#include "busybox.h" #include extern int halt_main(int argc, char **argv) diff --git a/init/init.c b/init/init.c index 2c23e60b7..17e605ba0 100644 --- a/init/init.c +++ b/init/init.c @@ -27,7 +27,7 @@ #define DEBUG_INIT */ -#include "internal.h" +#include "busybox.h" #include #include #include diff --git a/init/poweroff.c b/init/poweroff.c index 126a0fb94..3101a20dc 100644 --- a/init/poweroff.c +++ b/init/poweroff.c @@ -21,7 +21,7 @@ * */ -#include "internal.h" +#include "busybox.h" #include extern int poweroff_main(int argc, char **argv) diff --git a/init/reboot.c b/init/reboot.c index bde8dbd77..354286d47 100644 --- a/init/reboot.c +++ b/init/reboot.c @@ -21,7 +21,7 @@ * */ -#include "internal.h" +#include "busybox.h" #include extern int reboot_main(int argc, char **argv) -- cgit v1.2.3-55-g6feb