blob: 0f5944acc31ad442983d6c1feed1a0a9778f55d5 [file] [log] [blame]
#ifndef EXEC_H_
#define EXEC_H_
#include <vector>
using namespace std;
class DepNode;
class Vars;
void Exec(const vector<DepNode*>& roots, const Vars* vars);
#endif // EXEC_H_