Cleaned up headers
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "command.h"
|
||||
#include "tool/command.h"
|
||||
|
||||
#include "checkm8.h"
|
||||
#include "usb_helpers.h"
|
||||
#include "tool/usb_helpers.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "usb_helpers.h"
|
||||
#include "command.h"
|
||||
#include "bootrom_addr.h"
|
||||
#include "tool/usb_helpers.h"
|
||||
#include "tool/command.h"
|
||||
#include "dev/addr.h"
|
||||
|
||||
static unsigned char data_0xA_0xC0_buf[192] =
|
||||
{
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
#include "payload.h"
|
||||
#include "tool/payload.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "command.h"
|
||||
#include "usb_helpers.h"
|
||||
#include "tool/command.h"
|
||||
#include "tool/libpayload.h"
|
||||
|
||||
#include "bootrom_addr.h"
|
||||
#include "libpayload.h"
|
||||
#include "dev/addr.h"
|
||||
|
||||
struct payload
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "usb_helpers.h"
|
||||
#include "tool/usb_helpers.h"
|
||||
|
||||
#ifdef WITH_ARDUINO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user