Warnings purge: src/{crypto,hci,net}

This commit is contained in:
Marty Connor
2007-07-03 13:20:22 -04:00
parent 5f92f0bd82
commit c77704cb60
8 changed files with 15 additions and 6 deletions

View File

@@ -16,9 +16,14 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <stddef.h>
#include <string.h>
#include <assert.h>
#include <getopt.h>
#include <gpxe/netdevice.h>
#include <gpxe/command.h>

View File

@@ -1,3 +1,4 @@
#include <stdio.h>
#include <curses.h>
#include <console.h>

View File

@@ -16,6 +16,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <console.h>

View File

@@ -16,6 +16,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <stdio.h>
#include <console.h>
#include <latch.h>
#include <gpxe/shell_banner.h>

View File

@@ -16,6 +16,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <stdio.h>
#include <stdarg.h>
#include <unistd.h>
#include <string.h>