Skip to content

Commit

Permalink
[spinel] remove including openthread-core-config.h (openthread#10322)
Browse files Browse the repository at this point in the history
`openthread-spinel-config.h` is included by many modules like
`spinel_encoder`, `spinel_decoder`. To use these modules in external
projects, we need to remove the including of
`openthread-core-config.h`.
  • Loading branch information
Irving-cl authored Jun 4, 2024
1 parent 70bad1d commit ea61703
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/spinel/openthread-spinel-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
#ifndef OPENTHREAD_SPINEL_CONFIG_H_
#define OPENTHREAD_SPINEL_CONFIG_H_

#include "openthread-core-config.h"

/**
* @def OPENTHREAD_SPINEL_CONFIG_OPENTHREAD_MESSAGE_ENABLE
*
Expand Down

0 comments on commit ea61703

Please sign in to comment.