test_approx.c: drop redundant include
commitc1a947fd75bbba9a411d730bac51b923ab44497b
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 12 Dec 2016 17:53:15 +0000 (12 18:53 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 5 Feb 2017 16:49:18 +0000 (5 17:49 +0100)
tree711a9547aa6bdd5dcc949b3e54b82107879a419a
parentb83bae0926a153732213e2ed12c41dc43d539d7e
test_approx.c: drop redundant include

Since 277aed4 (test_approx: use isl interface, Wed May 1 12:25:17 2013 +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>
test_approx.c