summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/testgcovdumpinfo.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-28 11:55:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-28 11:58:32 +0200
commit3ba43da922e92e76c159529acd6f868696923cb5 (patch)
tree756e64abfcd7b9ec865fd207332462600150ec85 /cpukit/libtest/testgcovdumpinfo.c
parentscore: Move formatted I/O functions (diff)
downloadrtems-3ba43da922e92e76c159529acd6f868696923cb5.tar.bz2
score: Move <rtems/score/gcov.h>
Move <rtems/score/gcov.h> to <rtems/test-gcov.h>. These functions do not belong to an super core service.
Diffstat (limited to '')
-rw-r--r--cpukit/libtest/testgcovdumpinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libtest/testgcovdumpinfo.c b/cpukit/libtest/testgcovdumpinfo.c
index 68ce0439fa..c1d07275e7 100644
--- a/cpukit/libtest/testgcovdumpinfo.c
+++ b/cpukit/libtest/testgcovdumpinfo.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTest
+ * @ingroup RTEMSTestFrameworkImpl
*
* @brief This source file contains the implementation of
* rtems_test_gcov_dump_info().
@@ -40,7 +40,7 @@
#include <rtems/test-info.h>
-#include <rtems/score/gcov.h>
+#include <rtems/test-gcov.h>
#include <rtems/score/isrlock.h>
#include <rtems/bspIo.h>