Skip to content

Commit 06453e2

Browse files
authored
Merge pull request #1757 from martinling/cpld-fix
Fix up IWYU issues in cpld_jtag.{c,h}
2 parents 76dd591 + dc25546 commit 06453e2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

firmware/common/cpld_jtag.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@
2121

2222
#include "cpld_jtag.h"
2323

24-
#include "cpld_xc2c.h"
2524
#include "platform_detect.h"
2625
#ifdef IS_NOT_PRALINE
26+
#include <stdbool.h>
2727
#include <stdint.h>
2828
#include "xapp058/micro.h"
29+
#include "cpld_xc2c.h"
2930
#endif
3031

3132
#ifdef IS_NOT_PRALINE

firmware/common/cpld_jtag.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
#pragma once
2323

24+
#include <stdbool.h>
2425
#include <stdint.h>
2526

2627
#include "gpio.h"

0 commit comments

Comments
 (0)