forked from EXTERNAL/bareiron
debloat includes
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#ifndef CRAFTING_H
|
||||
#define CRAFTING_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "globals.h"
|
||||
|
||||
void getCraftingOutput (PlayerData *player, uint8_t *count, uint16_t *item);
|
||||
|
@@ -1,7 +1,6 @@
|
||||
#ifndef H_PROCEDURES
|
||||
#define H_PROCEDURES
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "globals.h"
|
||||
|
@@ -1,8 +1,6 @@
|
||||
#ifndef SERIALIZE_H
|
||||
#define SERIALIZE_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "globals.h"
|
||||
|
||||
#if defined(SYNC_WORLD_TO_DISK) && !defined(ESP_PLATFORM)
|
||||
|
@@ -1,7 +1,6 @@
|
||||
#ifndef H_TOOLS
|
||||
#define H_TOOLS
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "globals.h"
|
||||
|
Reference in New Issue
Block a user