#!/bin/sh

if [ -d .svn ]; then
  echo "Do not call in svn directory."
  exit
fi

cd incl/LEDA

rm -f geo/geo_alg.h
rm -f geo/plane_alg.h
rm -f geo/float_geo_alg.h
rm -f geo/gen_plane_sweep.h
rm -f geo/rat_geo_alg.h
rm -f geo/sweep_observer.h
rm -f graph/max_flow.h
rm -f graph/templates/max_flow.h
rm -f graph/templates/mcf_cost_scaling.h
rm -f graph/instant/max_flow.h
rm -f graph/plane_graph_alg.h
rm -f graph/graph_draw.h
rm -f graph/graph_alg.h

