summaryrefslogtreecommitdiff
path: root/polyhedron_minimize.c
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2010-01-21 11:31:18 +0100
committerSven Verdoolaege <skimo@kotnet.org>2010-11-20 16:48:49 +0100
commitf3c292bf31fbb13ce50a8877ee71910897276a24 (patch)
treecbdfc2b872163461f951b7eb72532dc77bd32987 /polyhedron_minimize.c
parent53af16a7c25bbca4fcffb3665ce8d42ffb54fe0e (diff)
downloadisl-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 'polyhedron_minimize.c')
-rw-r--r--polyhedron_minimize.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/polyhedron_minimize.c b/polyhedron_minimize.c
index 53a35d51..d27d2908 100644
--- a/polyhedron_minimize.c
+++ b/polyhedron_minimize.c
@@ -8,10 +8,10 @@
*/
#include <assert.h>
-#include "isl_set.h"
-#include "isl_vec.h"
-#include "isl_ilp.h"
-#include "isl_seq.h"
+#include <isl/set.h>
+#include <isl/vec.h>
+#include <isl/ilp.h>
+#include <isl/seq.h>
/* The input of this program is the same as that of the "polytope_minimize"
* program from the barvinok distribution.