We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78b079 commit 4b6ff0fCopy full SHA for 4b6ff0f
src/core/inc/remio.h
@@ -11,7 +11,6 @@
11
#ifndef __REMIO_H__
12
#define __REMIO_H__
13
14
-#include "types.h"
15
#include <bao.h>
16
#include <emul.h>
17
#include <list.h>
src/core/remio.c
@@ -8,16 +8,13 @@
8
* @brief This source file contains the Remote I/O implementation
9
*/
10
-#include "inc/bao.h"
-#include "inc/types.h"
#include <remio.h>
#include <cpu.h>
#include <vm.h>
#include <hypercall.h>
#include <objpool.h>
18
#include <config.h>
19
#include <spinlock.h>
20
-#include <util.h>
21
22
#define REMIO_MAX_DEVICES 32
23
#define REMIO_DEVICE_UNINITIALIZED -1
0 commit comments