diff --git a/sys/include/shell.h b/sys/include/shell.h index f2587ddc0c..29e46c7096 100644 --- a/sys/include/shell.h +++ b/sys/include/shell.h @@ -2,7 +2,7 @@ * Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved. * * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). + * and Telematics group (http://cst.mi.fu-berlin.de). * ---------------------------------------------------------------------------- * This file is part of RIOT. * @@ -20,8 +20,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @ingroup feuerware */ -//#include "hashtable.h" - typedef struct shell_command_t { char *name; char *desc; diff --git a/sys/shell/shell.c b/sys/shell/shell.c index 2339222238..63ae38ec22 100644 --- a/sys/shell/shell.c +++ b/sys/shell/shell.c @@ -26,7 +26,6 @@ * @author Kaspar Schleiser */ -//#include #include #include #include