Sign in
android
/
platform
/
build
/
kati
/
784b99578e2a0b160721bebcbd0706bbf5e99f4c
/
.
/
exec.h
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_