Undo the use of #include <...> because it caused some errors.

This commit is contained in:
Kees van Reeuwijk
2010-02-12 14:43:18 +00:00
parent b5e7af96c9
commit df60646f98
20 changed files with 30 additions and 34 deletions

View File

@@ -43,7 +43,6 @@ PRIVATE int nfreepdes = 0, freepdes[WANT_FREEPDES], inusepde = NOPDE;
FORWARD _PROTOTYPE( u32_t phys_get32, (phys_bytes v) );
FORWARD _PROTOTYPE( void vm_enable_paging, (void) );
FORWARD _PROTOTYPE( void set_cr3, (void) );
/* *** Internal VM Functions *** */