From 5353ea89d7da223b82460bb67116dbfa0bdad7c4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Jun 2020 10:36:16 +0200 Subject: rtems: Move from to Move configuration related declarations and definitions to . The goal is to make an include only header file. --- cpukit/sapi/src/getcopyrightnotice.c | 2 +- cpukit/sapi/src/getversionstring.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/sapi/src') diff --git a/cpukit/sapi/src/getcopyrightnotice.c b/cpukit/sapi/src/getcopyrightnotice.c index 4e5df66524..cd601254e6 100644 --- a/cpukit/sapi/src/getcopyrightnotice.c +++ b/cpukit/sapi/src/getcopyrightnotice.c @@ -39,7 +39,7 @@ #pragma GCC diagnostic ignored "-Wdeprecated-declarations" -#include +#include #include const char *rtems_get_copyright_notice( void ) diff --git a/cpukit/sapi/src/getversionstring.c b/cpukit/sapi/src/getversionstring.c index a036fe2fbf..f8380f7b4f 100644 --- a/cpukit/sapi/src/getversionstring.c +++ b/cpukit/sapi/src/getversionstring.c @@ -19,7 +19,7 @@ #include "config.h" #endif -#include +#include #include const char *rtems_get_version_string(void) -- cgit v1.2.3