From 7eecbdacec66226ebc3959411883aeaebcf9791d Mon Sep 17 00:00:00 2001 From: Leo C Date: Sat, 21 Jul 2018 13:27:15 +0200 Subject: Remove extern declarations from command_tbl.c, create .h files for that. # Conflicts: # avr/env.c --- avr/cmd_gpio.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'avr/cmd_gpio.c') diff --git a/avr/cmd_gpio.c b/avr/cmd_gpio.c index 5d7eb6c..8f50ca3 100644 --- a/avr/cmd_gpio.c +++ b/avr/cmd_gpio.c @@ -4,12 +4,9 @@ * SPDX-License-Identifier: GPL-2.0 */ -#include "common.h" -#include -#include +#include "cmd_gpio.h" #include -#include "command.h" #include "print-utils.h" #include "getopt-min.h" #include "env.h" -- cgit v1.2.3