remove unused error.h from kern/emu/misc.c

Fixes compilation on mingw32, where include is apparently missing.
This commit is contained in:
Andrey Borzenkov 2013-12-28 09:01:20 +04:00
parent 8442d3e956
commit 989af02582
2 changed files with 5 additions and 1 deletions

View file

@ -20,7 +20,6 @@
#include <config.h>
#include <errno.h>
#include <error.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>