pfor/src/pfor/pfor.h

14 lines
232 B
C

#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