[PPL-devel] [GIT] ppl/ppl(sparse_matrices): Reordered inclusions so that *.types. hh are included before *.defs.hh.

Enea Zaffanella zaffanella at cs.unipr.it
Sun Dec 11 14:21:56 CET 2011


Module: ppl/ppl
Branch: sparse_matrices
Commit: 8ce105ecb82f5320fc972a5da320ca6726e3f1d4
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=8ce105ecb82f5320fc972a5da320ca6726e3f1d4

Author: Enea Zaffanella <zaffanella at cs.unipr.it>
Date:   Sun Dec 11 14:20:23 2011 +0100

Reordered inclusions so that *.types.hh are included before *.defs.hh.

---

 src/Linear_Expression.defs.hh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/Linear_Expression.defs.hh b/src/Linear_Expression.defs.hh
index c8431b7..a054f56 100644
--- a/src/Linear_Expression.defs.hh
+++ b/src/Linear_Expression.defs.hh
@@ -26,9 +26,6 @@ site: http://bugseng.com/products/ppl/ . */
 
 #include "Linear_Expression.types.hh"
 
-#include "Linear_Expression_Interface.defs.hh"
-#include "Variable.defs.hh"
-
 #include "Constraint.types.hh"
 #include "Generator.types.hh"
 #include "Grid_Generator.types.hh"
@@ -52,6 +49,9 @@ site: http://bugseng.com/products/ppl/ . */
 #include "Expression_Hide_Inhomo.types.hh"
 #include "Expression_Hide_Last.types.hh"
 
+#include "Linear_Expression_Interface.defs.hh"
+#include "Variable.defs.hh"
+
 namespace Parma_Polyhedra_Library {
 
 // Put them in the namespace here to declare them friend later.




More information about the PPL-devel mailing list