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
-1
View File
@@ -12,7 +12,6 @@
*/
#include "../system.h"
#include "../vm.h"
#include <minix/type.h>
#if (USE_VIRCOPY || USE_PHYSCOPY)
-1
View File
@@ -7,7 +7,6 @@
#include "../system.h"
#include <signal.h>
#include <sys/sigcontext.h>
#if USE_ENDKSIG
-1
View File
@@ -9,7 +9,6 @@
*/
#include "../system.h"
#include <string.h>
#include <signal.h>
#include <minix/endpoint.h>
#if USE_EXEC
-1
View File
@@ -13,7 +13,6 @@
#include <minix/endpoint.h>
#include "../system.h"
#include "../vm.h"
#if USE_GETINFO
-1
View File
@@ -8,7 +8,6 @@
#include "../system.h"
#include <signal.h>
#include <sys/sigcontext.h>
#include <minix/endpoint.h>
#if USE_GETKSIG
-1
View File
@@ -8,7 +8,6 @@
#include "../system.h"
#include <signal.h>
#include <sys/sigcontext.h>
#if USE_KILL
-1
View File
@@ -8,7 +8,6 @@
*/
#include "../system.h"
#include "../vm.h"
#if USE_MEMSET
-1
View File
@@ -7,7 +7,6 @@
*/
#include "../system.h"
#include <minix/type.h>
#include <sys/resource.h>
#if USE_NICE
-1
View File
@@ -8,7 +8,6 @@
*/
#include "../system.h"
#include <minix/type.h>
#if USE_RUNCTL
-1
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? */
-1
View File
@@ -15,7 +15,6 @@
#include <minix/safecopies.h>
#include "../system.h"
#include "../vm.h"
struct map_info_s {
-1
View File
@@ -9,7 +9,6 @@
#include "../system.h"
#include <string.h>
#include <signal.h>
#include <ibm/cpu.h>
#include <sys/sigcontext.h>
-1
View File
@@ -9,7 +9,6 @@
*/
#include "../system.h"
#include "../vm.h"
#include <signal.h>
#include <string.h>
#include <sys/sigcontext.h>
-1
View File
@@ -10,7 +10,6 @@
*/
#include "../system.h"
#include "../vm.h"
#if USE_UMAP