From a81b1676f8f491d7fdc858bc2774541b5a9329ee Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Wed, 6 Feb 2013 19:17:01 -0500 Subject: [PATCH] remove extra stuff... --- cpu/CpuIntegration.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/CpuIntegration.c b/cpu/CpuIntegration.c index 5c8a53d..8b24798 100644 --- a/cpu/CpuIntegration.c +++ b/cpu/CpuIntegration.c @@ -29,8 +29,8 @@ #include "CpuModule.h" #include "CpuIntegration.h" #include "CpuModule_Internal.h" -#include "bus.h" -#include "fileops.h" +//#include "bus.h" +//#include "fileops.h" jmp_buf cpu_integration_exception_buffer;