diff options
author | Sven Verdoolaege <skimo@kotnet.org> | 2010-01-21 11:31:18 +0100 |
---|---|---|
committer | Sven Verdoolaege <skimo@kotnet.org> | 2010-11-20 16:48:49 +0100 |
commit | f3c292bf31fbb13ce50a8877ee71910897276a24 (patch) | |
tree | cbdfc2b872163461f951b7eb72532dc77bd32987 /isl_reordering.h | |
parent | 53af16a7c25bbca4fcffb3665ce8d42ffb54fe0e (diff) | |
download | isl-f3c292bf31fbb13ce50a8877ee71910897276a24.tar.gz isl-f3c292bf31fbb13ce50a8877ee71910897276a24.tar.bz2 isl-f3c292bf31fbb13ce50a8877ee71910897276a24.zip |
Rename headers from isl_header.h to isl/header.h
We need to turn on the nostdinc option of automake as otherwise
it would include -I$(top_builddir)/include/isl in DEFAULT_INCLUDES
because of
AC_CONFIG_HEADERS(include/isl/config.h)
in configure.ac.
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Diffstat (limited to 'isl_reordering.h')
-rw-r--r-- | isl_reordering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isl_reordering.h b/isl_reordering.h index 0afb5545..cfec95af 100644 --- a/isl_reordering.h +++ b/isl_reordering.h @@ -1,7 +1,7 @@ #ifndef ISL_REORDERING_H #define ISL_REORDERING_H -#include <isl_dim.h> +#include <isl/dim.h> /* pos maps original dimensions to new dimensions. * The final dimension is given by dim. |