include: remove unnecessary autoconf.h includes
The autoconf.h header is not required because the definitions present in the file are exposed using the compiler `-imacros` flag. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
671067bd61
commit
c925b5991a
65 changed files with 1 additions and 66 deletions
|
@ -3,7 +3,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <autoconf.h>
|
||||
#include <linker/sections.h>
|
||||
#include <devicetree.h>
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <autoconf.h>
|
||||
#include <linker/sections.h>
|
||||
#include <devicetree.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue