aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/pic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/pic.c')
-rw-r--r--src/hw/pic.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hw/pic.c b/src/hw/pic.c
index 9a3ea0b..6ff6967 100644
--- a/src/hw/pic.c
+++ b/src/hw/pic.c
@@ -5,10 +5,10 @@
//
// This file may be distributed under the terms of the GNU LGPLv3 license.
-#include "pic.h" // pic_*
-#include "util.h" // dprintf
-#include "config.h" // CONFIG_*
#include "biosvar.h" // SET_IVT
+#include "config.h" // CONFIG_*
+#include "output.h" // dprintf
+#include "pic.h" // pic_*
u16
pic_irqmask_read(void)