From ca7059716fe6ef1458ed9a45da931a745c882c7e Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Wed, 5 Jul 2017 01:01:53 +0200 Subject: [PATCH] remove unnecessary include from info module --- modules/seq/alg/src/contact_weight_matrix.cc | 1 - modules/seq/alg/src/contact_weight_matrix.hh | 3 +++ modules/seq/alg/src/pair_subst_weight_matrix.cc | 1 - modules/seq/alg/src/pair_subst_weight_matrix.hh | 3 +++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/seq/alg/src/contact_weight_matrix.cc b/modules/seq/alg/src/contact_weight_matrix.cc index a8a18a5eb..fd1701827 100644 --- a/modules/seq/alg/src/contact_weight_matrix.cc +++ b/modules/seq/alg/src/contact_weight_matrix.cc @@ -16,7 +16,6 @@ // along with this library; if not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA //------------------------------------------------------------------------------ -#include <ost/info/info.hh> #include <ost/seq/alg/contact_weight_matrix.hh> #include <ost/seq/alg/default_contact_weight_matrix.hh> diff --git a/modules/seq/alg/src/contact_weight_matrix.hh b/modules/seq/alg/src/contact_weight_matrix.hh index 2f89ece1f..7039690b7 100644 --- a/modules/seq/alg/src/contact_weight_matrix.hh +++ b/modules/seq/alg/src/contact_weight_matrix.hh @@ -20,6 +20,9 @@ #define OST_SEQ_CONTACT_WEIGHT_MATRIX_HH #include <map> +#include <vector> + +#include <ost/base.hh> #include <ost/seq/alg/module_config.hh> /* diff --git a/modules/seq/alg/src/pair_subst_weight_matrix.cc b/modules/seq/alg/src/pair_subst_weight_matrix.cc index 4d0216428..2d1f0705b 100644 --- a/modules/seq/alg/src/pair_subst_weight_matrix.cc +++ b/modules/seq/alg/src/pair_subst_weight_matrix.cc @@ -16,7 +16,6 @@ // along with this library; if not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA //------------------------------------------------------------------------------ -#include <ost/info/info.hh> #include <ost/seq/alg/pair_subst_weight_matrix.hh> #include <ost/seq/alg/default_pair_subst_weight_matrix.hh> #include <algorithm> diff --git a/modules/seq/alg/src/pair_subst_weight_matrix.hh b/modules/seq/alg/src/pair_subst_weight_matrix.hh index 174dfa429..6c0a247ae 100644 --- a/modules/seq/alg/src/pair_subst_weight_matrix.hh +++ b/modules/seq/alg/src/pair_subst_weight_matrix.hh @@ -20,6 +20,9 @@ #define OST_SEQ_PAIR_SUBST_WEIGHT_MATRIX_HH #include <map> +#include <vector> + +#include <ost/base.hh> #include <ost/seq/alg/module_config.hh> -- GitLab