summaryrefslogtreecommitdiffstats
path: root/tester/covoar/app_common.h
blob: 5da4bb332128534fac386705a66cae6bb7579846 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef __APP_COMMON_h
#define __APP_COMMON_h

/*
 * This file needs to be removed and these globals removed from the
 * global scope. For example SymbolsToAnalyze is never destructed.
 */

#include <list>

#include "DesiredSymbols.h"
#include "Explanations.h"
#include "TargetBase.h"




#endif