Author: tkreuzer Date: Thu Dec 10 22:04:15 2009 New Revision: 44530
URL: http://svn.reactos.org/svn/reactos?rev=44530&view=rev Log: Don't include i386/ke.h from ntoskrnl, it's not needed
Modified: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/freeldr.h
Modified: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/freeldr.h URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/f... ============================================================================== --- branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/freeldr.h [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/freeldr.h [iso-8859-1] Thu Dec 10 22:04:15 2009 @@ -79,7 +79,6 @@ #include <arch/i386/machxbox.h> #include <arch/i386/miscboot.h> #include <internal/i386/intrin_i.h> -#include <internal/i386/ke.h> #elif defined(_M_PPC) #include <arch/powerpc/hardware.h> #elif defined(_M_ARM)