Skip to content
Snippets Groups Projects
Commit ca705971 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

remove unnecessary include from info module

parent 2293384e
Branches
Tags
No related merge requests found
......@@ -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>
......
......@@ -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>
/*
......
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment