1#ifndef ISL_LOCAL_PRIVATE_H2#define ISL_LOCAL_PRIVATE_H3 4#include <isl_local.h>5 6__isl_give isl_local *isl_local_alloc_from_mat(__isl_take isl_mat *mat);7 8#endif9