include only required headers

This commit is contained in:
Stefan Lankes 2011-02-24 10:19:34 +01:00
parent 16efb49204
commit 6f23361bf5

View file

@ -25,7 +25,7 @@
#define __ARCH_PAGE_H__
#include <metalsvm/stddef.h>
#include <metalsvm/tasks_types.h>
//#include <metalsvm/tasks_types.h>
#include <metalsvm/stdlib.h>
#define _PAGE_BIT_PRESENT 0 /* is present */