includes cleanup from Jeff Garzik

This commit is contained in:
Eric Andersen 2001-03-23 17:02:05 +00:00
parent 0b4d73a53c
commit 08ff8a49ba
6 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "busybox.h"
#undef APPLET

View File

@ -27,6 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "busybox.h"
#undef APPLET

View File

@ -26,6 +26,7 @@
*/
#include <stdio.h>
#include <string.h>
#include "libbb.h"

View File

@ -26,6 +26,7 @@
*/
#include <stdio.h>
#include <string.h>
#include "libbb.h"

View File

@ -26,6 +26,7 @@
*/
#include <stdio.h>
#include <string.h>
#include "libbb.h"

View File

@ -27,6 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "libbb.h"
#define HASH_SIZE 311 /* Should be prime */