diff --git a/apps/shell/shell.h b/apps/shell/shell.h index 6b3149474..9c7359042 100644 --- a/apps/shell/shell.h +++ b/apps/shell/shell.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: shell.h,v 1.8 2008/07/04 08:23:00 adamdunkels Exp $ + * $Id: shell.h,v 1.9 2008/07/10 16:56:27 adamdunkels Exp $ */ /** @@ -99,8 +99,6 @@ struct shell_input { int len1, len2; }; -#include "serial-shell.h" - #include "shell-blink.h" #include "shell-coffee.h" #include "shell-exec.h"