debloat includes

This commit is contained in:
p2r3
2025-08-29 06:21:11 +03:00
parent 728d49f7b6
commit 99a09dc59f
11 changed files with 1 additions and 15 deletions

View File

@@ -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);

View File

@@ -1,7 +1,6 @@
#ifndef H_PROCEDURES
#define H_PROCEDURES
#include <stdlib.h>
#include <unistd.h>
#include "globals.h"

View File

@@ -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)

View File

@@ -1,7 +1,6 @@
#ifndef H_TOOLS
#define H_TOOLS
#include <stdlib.h>
#include <unistd.h>
#include "globals.h"