Skip to content

Commit

Permalink
Remove redundant include
Browse files Browse the repository at this point in the history
  • Loading branch information
jwellbelove committed Aug 24, 2022
1 parent d3d9dbd commit 868329f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/etl/message_broker.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,8 @@ SOFTWARE.
#include "message_types.h"
#include "message.h"
#include "message_router.h"
#include "array.h"
#include "span.h"

#if ETL_USING_STL && ETL_USING_CPP11
#include <array>
#endif

namespace etl
{
//***************************************************************************
Expand Down

0 comments on commit 868329f

Please sign in to comment.