bound.c: drop redundant include
commit605864d55e786d2ef632cd23d4ad663159cfcb93
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 13 Dec 2016 08:26:47 +0000 (13 09:26 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 2 Feb 2017 14:59:06 +0000 (2 15:59 +0100)
tree5808c8b0cc6552eae9192627624cc394cb0f0774
parente0a5f6e130f3f8824050272123a29ed9778694e8
bound.c: drop redundant include

Since 2f644c8 (barvinok_bound: use isl to split on domain size,
Sat Aug 28 10:51:23 2010 +0200), only the functions declared
in <barvinok/isl.h> are used.  Now that this header is included
directly, the include of <barvinok/barvinok.h> can be removed.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
bound.c