Remove #include <stdbool.h> (#1317)

This commit is contained in:
Sylvie
2024-02-24 10:51:46 -05:00
committed by GitHub
parent 54d6a22d19
commit 595c066c2a
28 changed files with 0 additions and 29 deletions

View File

@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: MIT */
#include <inttypes.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@@ -3,7 +3,6 @@
#include <assert.h>
#include <inttypes.h>
#include <limits.h>
#include <stdbool.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdint.h>

View File

@@ -2,7 +2,6 @@
#include <assert.h>
#include <inttypes.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>

View File

@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: MIT */
#include <inttypes.h>
#include <stdbool.h>
#include <stdlib.h>
#include "link/object.hpp"