summaryrefslogtreecommitdiffstats
path: root/tester/covoar/TraceConverter.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/TraceConverter.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/TraceConverter.cc')
-rw-r--r--tester/covoar/TraceConverter.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tester/covoar/TraceConverter.cc b/tester/covoar/TraceConverter.cc
index 244d0f7..0f32efb 100644
--- a/tester/covoar/TraceConverter.cc
+++ b/tester/covoar/TraceConverter.cc
@@ -21,7 +21,6 @@
#include "TraceWriterQEMU.h"
#include "TraceList.h"
#include "ObjdumpProcessor.h"
-#include "app_common.h"
#include "TargetFactory.h"
#if defined(_WIN32) || defined(__CYGWIN__)