remove unused error.h from kern/emu/misc.c
Fixes compilation on mingw32, where include is apparently missing.
This commit is contained in:
parent
8442d3e956
commit
989af02582
2 changed files with 5 additions and 1 deletions
|
@ -20,7 +20,6 @@
|
|||
#include <config.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <error.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue