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