summaryrefslogtreecommitdiff
path: root/viengoos/cap.h
diff options
context:
space:
mode:
authorneal <neal>2007-12-18 17:27:57 +0000
committerneal <neal>2007-12-18 17:27:57 +0000
commit6c0ce51313b60e279f887d2b3885f773d5e8fdb5 (patch)
treed97568f5855d0f8c6b5e6b98f6a12d4cd373b22f /viengoos/cap.h
parent6a5daa51228da775ea7eb4c1eb05953045075b56 (diff)
2007-12-18 Neal H. Walfield <neal@gnu.org>
* ager.c: Include "activity.h". * as.c: Include "rm.h". * cap.h: Don't include "rm.h". * loader.c: Include "cap.h" and "thread.h". * loader.h: Don't include "activity.h" or "thread.h". (struct activity): Add forward declaration. (struct thread): Likewise. * thread.h: Don't include "cap.h". * viengoos.c: Include <hurd/thread.h>. * as.c (as_insert): Add assert. * cap-lookup.c (lookup): Improve assert.
Diffstat (limited to 'viengoos/cap.h')
-rw-r--r--viengoos/cap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/viengoos/cap.h b/viengoos/cap.h
index 0c125aa..f70484f 100644
--- a/viengoos/cap.h
+++ b/viengoos/cap.h
@@ -24,8 +24,6 @@
#include <l4.h>
#include <hurd/cap.h>
-#include "rm.h"
-
/* The number of slots in a capability object of the given type. */
extern const int cap_type_num_slots[];