[PPL-devel] [GIT] ppl/ppl(sparse_matrices): CO_Tree, Sparse_Row, Sparse_Matrix: remove unnecessary includes.

Marco Poletti poletti.marco at gmail.com
Thu Aug 26 10:06:31 CEST 2010


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

Author: Marco Poletti <poletti.marco at gmail.com>
Date:   Thu Aug 26 08:22:58 2010 +0200

CO_Tree, Sparse_Row, Sparse_Matrix: remove unnecessary includes.

---

 src/CO_Tree.inlines.hh       |    4 ----
 src/Sparse_Matrix.inlines.hh |    4 ----
 src/Sparse_Row.inlines.hh    |    4 ----
 src/Sparse_Row.templates.hh  |    4 ----
 4 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/src/CO_Tree.inlines.hh b/src/CO_Tree.inlines.hh
index df66f5c..7225442 100644
--- a/src/CO_Tree.inlines.hh
+++ b/src/CO_Tree.inlines.hh
@@ -23,10 +23,6 @@ site: http://www.cs.unipr.it/ppl/ . */
 #ifndef PPL_CO_Tree_inlines_hh
 #define PPL_CO_Tree_inlines_hh 1
 
-// TODO: Remove this.
-// Added to please KDevelop4.
-#include "CO_Tree.defs.hh"
-
 namespace Parma_Polyhedra_Library {
 
 inline
diff --git a/src/Sparse_Matrix.inlines.hh b/src/Sparse_Matrix.inlines.hh
index f7071d5..5888fad 100644
--- a/src/Sparse_Matrix.inlines.hh
+++ b/src/Sparse_Matrix.inlines.hh
@@ -23,10 +23,6 @@ site: http://www.cs.unipr.it/ppl/ . */
 #ifndef PPL_Sparse_Matrix_inlines_hh
 #define PPL_Sparse_Matrix_inlines_hh 1
 
-// FIXME: Remove this.
-// It's needed only to please KDevelop4.
-#include "Sparse_Matrix.defs.hh"
-
 namespace Parma_Polyhedra_Library {
 
 inline void
diff --git a/src/Sparse_Row.inlines.hh b/src/Sparse_Row.inlines.hh
index 657d5cd..8f17d2b 100644
--- a/src/Sparse_Row.inlines.hh
+++ b/src/Sparse_Row.inlines.hh
@@ -23,10 +23,6 @@ site: http://www.cs.unipr.it/ppl/ . */
 #ifndef PPL_Sparse_Row_inlines_hh
 #define PPL_Sparse_Row_inlines_hh 1
 
-// FIXME: Remove this.
-// It's needed only to please KDevelop4.
-#include "Sparse_Row.defs.hh"
-
 #include <algorithm>
 
 namespace Parma_Polyhedra_Library {
diff --git a/src/Sparse_Row.templates.hh b/src/Sparse_Row.templates.hh
index a982a47..6b3cc54 100644
--- a/src/Sparse_Row.templates.hh
+++ b/src/Sparse_Row.templates.hh
@@ -23,10 +23,6 @@ site: http://www.cs.unipr.it/ppl/ . */
 #ifndef PPL_Sparse_Row_templates_hh
 #define PPL_Sparse_Row_templates_hh 1
 
-// TODO: Remove this.
-// Added to please KDevelop4.
-#include "Sparse_Row.defs.hh"
-
 namespace Parma_Polyhedra_Library {
 
 




More information about the PPL-devel mailing list