<a.out.h>, MINIX style: remove as obsolete
Change-Id: Icc8b7210d60a93ac9cc4610d676dcba270756410
This commit is contained in:
committed by
Gerrit Code Review
parent
14f89a8efe
commit
da82f9b2e8
@@ -1,20 +1,8 @@
|
||||
|
||||
#include "kernel/kernel.h"
|
||||
#include <minix/minlib.h>
|
||||
#include <minix/const.h>
|
||||
#include <minix/cpufeature.h>
|
||||
#include <minix/type.h>
|
||||
#include <minix/com.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <libexec.h>
|
||||
#include "string.h"
|
||||
#include "arch_proto.h"
|
||||
#include "libexec.h"
|
||||
#include "direct_utils.h"
|
||||
#include "serial.h"
|
||||
#include "glo.h"
|
||||
#include <machine/multiboot.h>
|
||||
|
||||
void direct_cls(void)
|
||||
{
|
||||
|
||||
@@ -2,14 +2,12 @@
|
||||
#include <minix/cpufeature.h>
|
||||
|
||||
#include <minix/type.h>
|
||||
#include <libexec.h>
|
||||
#include <assert.h>
|
||||
#include "kernel/kernel.h"
|
||||
#include "arch_proto.h"
|
||||
#include <machine/cpu.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <libexec.h>
|
||||
#include <minix/type.h>
|
||||
|
||||
/* These are set/computed in kernel.lds. */
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#include <minix/reboot.h>
|
||||
#include "string.h"
|
||||
#include "arch_proto.h"
|
||||
#include "libexec.h"
|
||||
#include "direct_utils.h"
|
||||
#include "serial.h"
|
||||
#include "glo.h"
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include "arch_proto.h"
|
||||
#include "serial.h"
|
||||
#include "oxpcie.h"
|
||||
#include "direct_utils.h"
|
||||
#include <machine/multiboot.h>
|
||||
|
||||
#include "glo.h"
|
||||
|
||||
@@ -8,10 +8,8 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <machine/partition.h>
|
||||
#include <libexec.h>
|
||||
#include "string.h"
|
||||
#include "arch_proto.h"
|
||||
#include "libexec.h"
|
||||
#include "direct_utils.h"
|
||||
#include "serial.h"
|
||||
#include "glo.h"
|
||||
|
||||
@@ -3,11 +3,9 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include "kernel/kernel.h"
|
||||
#include <libexec.h>
|
||||
#include "arch_proto.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <libexec.h>
|
||||
|
||||
/* These are set/computed in kernel.lds. */
|
||||
extern char _kern_vir_base, _kern_phys_base, _kern_size;
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
#include <machine/partition.h>
|
||||
#include "string.h"
|
||||
#include "arch_proto.h"
|
||||
#include "libexec.h"
|
||||
#include "direct_utils.h"
|
||||
#include "serial.h"
|
||||
#include "glo.h"
|
||||
|
||||
@@ -12,8 +12,6 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <libexec.h>
|
||||
#include <a.out.h>
|
||||
#include <minix/com.h>
|
||||
#include <minix/endpoint.h>
|
||||
#include <machine/vmparam.h>
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
#include <minix/safecopies.h>
|
||||
#include <machine/archtypes.h>
|
||||
#include <a.out.h>
|
||||
|
||||
/* Struct declarations. */
|
||||
struct proc;
|
||||
|
||||
Reference in New Issue
Block a user