[GIT] ppl/ppl(sparse_matrices): Temporarily add unneeded includes to please KDevelop4.
Module: ppl/ppl Branch: sparse_matrices Commit: ec1ceeb8dffde588e0f407486dacb5781c8c1ac5 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ec1ceeb8dffde... Author: Marco Poletti <poletti.marco@gmail.com> Date: Sun Mar 7 10:36:30 2010 +0100 Temporarily add unneeded includes to please KDevelop4. --- src/Sparse_Matrix.inlines.hh | 4 ++++ src/Sparse_Row.inlines.hh | 4 ++++ src/Unlimited_Sparse_Row.inlines.hh | 4 ++++ ...ited_Sparse_Row_Custom_Slist_Backend.inlines.hh | 3 +++ 4 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/Sparse_Matrix.inlines.hh b/src/Sparse_Matrix.inlines.hh index 9642ebe..94f15bf 100644 --- a/src/Sparse_Matrix.inlines.hh +++ b/src/Sparse_Matrix.inlines.hh @@ -23,6 +23,10 @@ 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 diff --git a/src/Sparse_Row.inlines.hh b/src/Sparse_Row.inlines.hh index 61e72fa..4d15e42 100644 --- a/src/Sparse_Row.inlines.hh +++ b/src/Sparse_Row.inlines.hh @@ -23,6 +23,10 @@ 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" + namespace Parma_Polyhedra_Library { inline diff --git a/src/Unlimited_Sparse_Row.inlines.hh b/src/Unlimited_Sparse_Row.inlines.hh index 268ef17..3ec0bd7 100644 --- a/src/Unlimited_Sparse_Row.inlines.hh +++ b/src/Unlimited_Sparse_Row.inlines.hh @@ -29,6 +29,10 @@ site: http://www.cs.unipr.it/ppl/ . */ #include <limits> #include <algorithm> +// FIXME: Remove this. +// It's needed only to please KDevelop4. +#include "Unlimited_Sparse_Row.defs.hh" + namespace Parma_Polyhedra_Library { inline diff --git a/src/Unlimited_Sparse_Row_Custom_Slist_Backend.inlines.hh b/src/Unlimited_Sparse_Row_Custom_Slist_Backend.inlines.hh index aa222fd..e7b19d0 100644 --- a/src/Unlimited_Sparse_Row_Custom_Slist_Backend.inlines.hh +++ b/src/Unlimited_Sparse_Row_Custom_Slist_Backend.inlines.hh @@ -23,6 +23,9 @@ site: http://www.cs.unipr.it/ppl/ . */ #ifndef PPL_Unlimited_Sparse_Row_Custom_Slist_Backend_inlines_hh #define PPL_Unlimited_Sparse_Row_Custom_Slist_Backend_inlines_hh 1 + +// FIXME: Remove this. +// It's needed only to please KDevelop4. #include "Unlimited_Sparse_Row_Custom_Slist_Backend.defs.hh" namespace Parma_Polyhedra_Library {
participants (1)
-
Marco Poletti