
Module: ppl/ppl Branch: floating_point Commit: 598a0f5c035c8c0ebdb93d7a390b21c6500a8263 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=598a0f5c035c8...
Author: Fabio Bossi bossi@cs.unipr.it Date: Thu Jul 22 11:30:13 2010 +0200
Removed two probable unnecessary inclusions.
---
src/Grid.defs.hh | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/Grid.defs.hh b/src/Grid.defs.hh index c51ffd0..bf4e617 100644 --- a/src/Grid.defs.hh +++ b/src/Grid.defs.hh @@ -40,9 +40,7 @@ site: http://www.cs.unipr.it/ppl/ . */ #include "Poly_Gen_Relation.defs.hh" #include "Grid_Certificate.types.hh" #include "Box.types.hh" -#include "Polyhedron.defs.hh" #include "Polyhedron.types.hh" -#include "Polyhedron.inlines.hh" #include "BD_Shape.types.hh" #include "Octagonal_Shape.types.hh" #include <vector>