summaryrefslogtreecommitdiffstats
path: root/tester/covoar/covoar.cc
diff options
context:
space:
mode:
authorRyan Long <ryan.long@oarcorp.com>2021-07-28 16:14:26 -0400
committerJoel Sherrill <joel@rtems.org>2021-08-03 15:56:53 -0500
commita08a5644c48c640ddf09f98809028592badd7743 (patch)
tree841991d0100a3a8858b8a891a885a7812b3e8816 /tester/covoar/covoar.cc
parentapp_common: Remove functions and macros (diff)
downloadrtems-tools-a08a5644c48c640ddf09f98809028592badd7743.tar.bz2
Remove app_common and all references to it
- Removed the includes of app_common.h - Removed app_common references in build infrastructure - Removed app_common.cc and app_common.h
Diffstat (limited to 'tester/covoar/covoar.cc')
-rw-r--r--tester/covoar/covoar.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tester/covoar/covoar.cc b/tester/covoar/covoar.cc
index 25724b5..f9d4814 100644
--- a/tester/covoar/covoar.cc
+++ b/tester/covoar/covoar.cc
@@ -19,7 +19,6 @@
#include <rld.h>
#include <rld-process.h>
-#include "app_common.h"
#include "CoverageFactory.h"
#include "CoverageMap.h"
#include "DesiredSymbols.h"