Skip to content

Commit 4531266

Browse files
committed
[ot] hw/opentitan: cleanup header file inclusion
Signed-off-by: Emmanuel Blot <[email protected]>
1 parent c5fa2a6 commit 4531266

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

include/hw/opentitan/ot_common.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
#ifndef HW_OPENTITAN_OT_COMMON_H
2424
#define HW_OPENTITAN_OT_COMMON_H
2525

26-
#include "qemu/osdep.h"
27-
2826
/* ------------------------------------------------------------------------ */
2927
/* Multi-bit boolean values */
3028
/* ------------------------------------------------------------------------ */

include/hw/opentitan/ot_fifo32.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
#ifndef HW_OPENTITAN_OT_FIFO32_H
2727
#define HW_OPENTITAN_OT_FIFO32_H
2828

29-
#include "qemu/osdep.h"
30-
3129
typedef struct {
3230
uint32_t *data;
3331
uint32_t capacity;

include/hw/opentitan/ot_prng.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
#ifndef HW_OPENTITAN_OT_PRNG_H
2929
#define HW_OPENTITAN_OT_PRNG_H
3030

31-
#include "qemu/osdep.h"
32-
3331
#define TYPE_OT_PRNG "ot_prng"
3432

3533
typedef struct OtPrngState OtPrngState;

include/hw/opentitan/otbn/otbnproxy.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#ifndef HW_OPENTITAN_OTBN_PROXY_H
2323
#define HW_OPENTITAN_OTBN_PROXY_H
2424

25-
#include "qemu/osdep.h"
2625
#include "qemu/typedefs.h"
2726

2827
/*

0 commit comments

Comments
 (0)