Skip to content

Commit

Permalink
Remove cstbool library (#403)
Browse files Browse the repository at this point in the history
https://en.cppreference.com/w/cpp/header/cstdbool

Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
  • Loading branch information
Hadatko authored Feb 12, 2024
1 parent 61b1b36 commit ddb4467
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 ddb4467

Please sign in to comment.