From 9ac81fe2ea328594480965b3f2dbcf1790f4c671 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 21 Aug 2008 12:30:23 +0000 Subject: =?UTF-8?q?2008-08-21=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libmisc/shell/internal.h: Don't include "config.h". Adjust header guard. --- cpukit/libmisc/shell/internal.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'cpukit/libmisc/shell') diff --git a/cpukit/libmisc/shell/internal.h b/cpukit/libmisc/shell/internal.h index e542769b12..c0a9908cdf 100644 --- a/cpukit/libmisc/shell/internal.h +++ b/cpukit/libmisc/shell/internal.h @@ -8,12 +8,8 @@ * $Id$ */ -#ifndef _RTEMS_SHELL_INTERNAL_h -#define _RTEMS_SHELL_INTERNAL_h - -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif +#ifndef _RTEMS_SHELL_INTERNAL_H +#define _RTEMS_SHELL_INTERNAL_H struct rtems_shell_topic_tt; typedef struct rtems_shell_topic_tt rtems_shell_topic_t; -- cgit v1.2.3