Removed a number of useless #includes

This commit is contained in:
Kees van Reeuwijk
2010-01-26 10:59:01 +00:00
parent 76f8132545
commit b67f788eea
76 changed files with 9 additions and 101 deletions

View File

@@ -12,7 +12,6 @@
*/
#include "../system.h"
#include "../vm.h"
#include <minix/type.h>
#if (USE_VIRCOPY || USE_PHYSCOPY)

View File

@@ -7,7 +7,6 @@
#include "../system.h"
#include <signal.h>
#include <sys/sigcontext.h>
#if USE_ENDKSIG

View File

@@ -9,7 +9,6 @@
*/
#include "../system.h"
#include <string.h>
#include <signal.h>
#include <minix/endpoint.h>
#if USE_EXEC

View File

@@ -13,7 +13,6 @@
#include <minix/endpoint.h>
#include "../system.h"
#include "../vm.h"
#if USE_GETINFO

View File

@@ -8,7 +8,6 @@
#include "../system.h"
#include <signal.h>
#include <sys/sigcontext.h>
#include <minix/endpoint.h>
#if USE_GETKSIG

View File

@@ -8,7 +8,6 @@
#include "../system.h"
#include <signal.h>
#include <sys/sigcontext.h>
#if USE_KILL

View File

@@ -8,7 +8,6 @@
*/
#include "../system.h"
#include "../vm.h"
#if USE_MEMSET

View File

@@ -7,7 +7,6 @@
*/
#include "../system.h"
#include <minix/type.h>
#include <sys/resource.h>
#if USE_NICE

View File

@@ -8,7 +8,6 @@
*/
#include "../system.h"
#include <minix/type.h>
#if USE_RUNCTL

View File

@@ -18,7 +18,6 @@
#include <minix/safecopies.h>
#include "../system.h"
#include "../vm.h"
#define MAX_INDIRECT_DEPTH 5 /* up to how many indirect grants to follow? */

View File

@@ -15,7 +15,6 @@
#include <minix/safecopies.h>
#include "../system.h"
#include "../vm.h"
struct map_info_s {

View File

@@ -9,7 +9,6 @@
#include "../system.h"
#include <string.h>
#include <signal.h>
#include <ibm/cpu.h>
#include <sys/sigcontext.h>

View File

@@ -9,7 +9,6 @@
*/
#include "../system.h"
#include "../vm.h"
#include <signal.h>
#include <string.h>
#include <sys/sigcontext.h>

View File

@@ -10,7 +10,6 @@
*/
#include "../system.h"
#include "../vm.h"
#if USE_UMAP