diff --git a/bsps/shared/rtems-version.c b/bsps/shared/rtems-version.c index 99b98966e6..b12504a1c9 100644 --- a/bsps/shared/rtems-version.c +++ b/bsps/shared/rtems-version.c @@ -8,7 +8,8 @@ */ #include -#include +#include +#include #include diff --git a/cpukit/include/rtems/system.h b/cpukit/include/rtems/system.h index a1018e2c86..78332e3bfa 100644 --- a/cpukit/include/rtems/system.h +++ b/cpukit/include/rtems/system.h @@ -37,15 +37,6 @@ extern "C" { #endif -#ifndef ASM - -/** - * The following is the extern for the RTEMS copyright string. - */ -extern RTEMS_DEPRECATED const char _Copyright_Notice[]; - -#endif /* ASM */ - #ifdef __cplusplus } #endif