pfor/src/pfor/pfor.h

14 lines
232 B
C
Raw Normal View History

2021-05-10 16:11:23 +00:00
#ifndef PFOR_PFOR_PFOR_H
#define PFOR_PFOR_PFOR_H
#include "expression/operand.h"
#include "parallel_for.h"
#include "expression/operators.h"
#include "index/operators.h"
#include "index/properties.h"
#include "userop.h"
#endif