Move archtypes.h, fpu.h, and stackframe.h

Move archtypes.h to include/ dir, since several servers require it. Move
fpu.h and stackframe.h to arch-specific header directory. Make source
files and makefiles aware of the new header locations.
This commit is contained in:
Arun Thomas
2010-03-09 09:41:14 +00:00
parent 27d53256e4
commit 1f9ce647cf
40 changed files with 45 additions and 45 deletions

View File

@@ -13,6 +13,7 @@
* Jul 01, 2005 Created. (Jorrit N. Herder)
*/
#include <minix/com.h>
#include <minix/const.h>
#include "const.h"
#include "type.h"