Cleaned up headers
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
#include "experiments.h"
|
||||
#include "util/experiments.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "bootrom_addr.h"
|
||||
#include "usb_helpers.h"
|
||||
#include "command.h"
|
||||
#include "host_crypto.h"
|
||||
#include "dev/addr.h"
|
||||
#include "tool/command.h"
|
||||
#include "util/host_crypto.h"
|
||||
|
||||
DEV_PTR_T install_aes_data(struct pwned_device *dev)
|
||||
{
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
#include "experiments.h"
|
||||
#include "util/experiments.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include "usb_helpers.h"
|
||||
#include "command.h"
|
||||
#include "tool/payload.h"
|
||||
|
||||
void floppysleep(struct pwned_device *dev)
|
||||
{
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
#include "experiments.h"
|
||||
#include "util/experiments.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "usb_helpers.h"
|
||||
#include "command.h"
|
||||
#include "tool/command.h"
|
||||
|
||||
void usb_task_exit(struct pwned_device *dev)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user