Skip to content
Snippets Groups Projects
Commit b0af81db authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

formalizing libtransform -- fixing tests

Former-commit-id: b53f628dc44037a1387052b0f4bccba58e995c22
parent c2730806
No related branches found
No related tags found
No related merge requests found
#include "edt.hpp"
#include <libElfDep.hpp>
#include <Rewrite_Utility.hpp>
#include <algorithm>
using namespace libTransform;
using namespace IRDB_SDK;
using namespace std;
using namespace IRDBUtility;
using namespace ElfDep_Tester;
ElfDep_Tester_t::ElfDep_Tester_t(FileIR_t* firp)
: Transform (NULL, firp, NULL)
: Transform (firp)
{
}
......
......@@ -2,18 +2,17 @@
#include <string>
#include <set>
#include <irdb-core>
#include <transform.hpp>
#include <irdb-transform>
namespace ElfDep_Tester
{
using namespace libTransform;
using namespace IRDB_SDK;
using namespace std;
typedef set<string> StringSet_t;
class ElfDep_Tester_t : libTransform::Transform
class ElfDep_Tester_t : Transform
{
public:
ElfDep_Tester_t(FileIR_t* firp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment