mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-06 16:41:51 +00:00
Remove #include <stdbool.h> (#1317)
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#define RGBDS_LINK_MAIN_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "helpers.hpp"
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#ifndef RGBDS_LINK_PATCH_H
|
||||
#define RGBDS_LINK_PATCH_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "link/section.hpp"
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
// GUIDELINE: external code MUST NOT BE AWARE of the data structure used!
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "link/main.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user