diff options
Diffstat (limited to 'int10')
-rw-r--r-- | int10/emu_vm86.c | 4 | ||||
-rw-r--r-- | int10/i10_v86.c | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/int10/emu_vm86.c b/int10/emu_vm86.c index 2603a5a..890f762 100644 --- a/int10/emu_vm86.c +++ b/int10/emu_vm86.c @@ -1,10 +1,6 @@ #include <stdio.h> #include <stdarg.h> -#ifdef __i386__ -#include <sys/vm86.h> -#else #include "vm86_struct.h" -#endif #define INT2PTR(a) ((a) + (unsigned char *) 0) diff --git a/int10/i10_v86.c b/int10/i10_v86.c index 8fbda31..97bd342 100644 --- a/int10/i10_v86.c +++ b/int10/i10_v86.c @@ -25,11 +25,7 @@ #include <asm/unistd.h> #include <stdio.h> #include <string.h> -#ifdef __i386__ -#include <sys/vm86.h> -#else #include "vm86_struct.h" -#endif #include <signal.h> #include "v86bios.h" #include "AsmMacros.h" |