Skip to content

Commit

Permalink
Remove cstbool library
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadatko committed Feb 1, 2024
1 parent 32ce7f2 commit 9c9c250
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion erpc_c/transports/erpc_spi_master_transport.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

#include "erpc_framed_transport.hpp"

#include <cstdbool>
#include <cstdlib>

extern "C" {
Expand Down
1 change: 0 additions & 1 deletion erpcgen/src/HexValues.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#if !defined(_HexValues_h_)
#define _HexValues_h_

#include <cstdbool>
#include <cstdint>

//! \brief Determines whether \a c is a hex digit character.
Expand Down
1 change: 0 additions & 1 deletion erpcgen/src/templates/c_common_header.template
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ extern "C"
#include <stddef.h>
#include <stdint.h>
{% else %}
#include <cstdbool>
#include <cstddef>
#include <cstdint>
{% endif %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#define _erpc_matrix_multiply_common_hpp_


#include <cstdbool>
#include <cstddef>
#include <cstdint>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#define _erpc_matrix_multiply_common_hpp_


#include <cstdbool>
#include <cstddef>
#include <cstdint>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#define _erpc_matrix_multiply_common_hpp_


#include <cstdbool>
#include <cstddef>
#include <cstdint>

Expand Down

0 comments on commit 9c9c250

Please sign in to comment.