rosa/inc/alsk/alsk.h

11 lines
186 B
C

#ifndef ALSK_ALSK_H
#define ALSK_ALSK_H
#include "context/context.h"
#include "edsl/edsl.h"
#include "executor/executor.h"
#include "impl/impl.h"
#include "skeleton/skeleton.h"
#endif