summaryrefslogtreecommitdiff
path: root/sys/ddb/db_lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_lex.c')
-rw-r--r--sys/ddb/db_lex.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c
index 49e34db6f6b..4cd2297f297 100644
--- a/sys/ddb/db_lex.c
+++ b/sys/ddb/db_lex.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_lex.c,v 1.11 2014/09/14 14:17:24 jsg Exp $ */
+/* $OpenBSD: db_lex.c,v 1.12 2015/03/14 03:38:46 jsg Exp $ */
/* $NetBSD: db_lex.c,v 1.8 1996/02/05 01:57:05 christos Exp $ */
/*
@@ -41,7 +41,6 @@
#include <ddb/db_lex.h>
#include <ddb/db_output.h>
#include <ddb/db_command.h>
-#include <ddb/db_sym.h>
#include <ddb/db_extern.h>
#include <ddb/db_var.h>