summaryrefslogtreecommitdiff
path: root/kern/xpr.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/xpr.c')
-rw-r--r--kern/xpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/xpr.c b/kern/xpr.c
index 147e3af..af494d2 100644
--- a/kern/xpr.c
+++ b/kern/xpr.c
@@ -29,7 +29,7 @@
*/
#include <string.h>
-#include <kern/debug.h> /* for panic() */
+#include <kern/debug.h>
#include <kern/xpr.h>
#include <kern/lock.h>
#include "cpu_number.h"