Skip to content

Commit 4b6ff0f

Browse files
committed
fix(core/remio): remove unnecessary includes
Signed-off-by: João Peixoto <[email protected]>
1 parent a78b079 commit 4b6ff0f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/core/inc/remio.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#ifndef __REMIO_H__
1212
#define __REMIO_H__
1313

14-
#include "types.h"
1514
#include <bao.h>
1615
#include <emul.h>
1716
#include <list.h>

src/core/remio.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@
88
* @brief This source file contains the Remote I/O implementation
99
*/
1010

11-
#include "inc/bao.h"
12-
#include "inc/types.h"
1311
#include <remio.h>
1412
#include <cpu.h>
1513
#include <vm.h>
1614
#include <hypercall.h>
1715
#include <objpool.h>
1816
#include <config.h>
1917
#include <spinlock.h>
20-
#include <util.h>
2118

2219
#define REMIO_MAX_DEVICES 32
2320
#define REMIO_DEVICE_UNINITIALIZED -1

0 commit comments

Comments
 (0)