Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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