Skip to content

Commit

Permalink
move mutation dominance headers to new subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Jan 14, 2021
1 parent 5b01820 commit 63feff2
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cpptests/test_MutationDominance.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <fwdpy11/regions/Sregion.hpp>
#include <fwdpy11/rng.hpp>
#include <fwdpy11/types/Mutation.hpp>
#include <fwdpy11/regions/MutationDominance.hpp>
#include <fwdpy11/mutation_dominance/MutationDominance.hpp>

BOOST_AUTO_TEST_SUITE(test_MutationDominance)

Expand Down
1 change: 0 additions & 1 deletion fwdpy11/headers/fwdpy11/regions/ConstantS.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <stdexcept>
#include <fwdpy11/policies/mutation.hpp>
#include "Sregion.hpp"
#include "MutationDominance.hpp"

namespace fwdpy11
{
Expand Down
1 change: 0 additions & 1 deletion fwdpy11/headers/fwdpy11/regions/ExpS.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <stdexcept>
#include <fwdpy11/policies/mutation.hpp>
#include "Sregion.hpp"
#include "MutationDominance.hpp"

namespace fwdpy11
{
Expand Down
1 change: 0 additions & 1 deletion fwdpy11/headers/fwdpy11/regions/GammaS.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <stdexcept>
#include <fwdpy11/policies/mutation.hpp>
#include "Sregion.hpp"
#include "MutationDominance.hpp"

namespace fwdpy11
{
Expand Down
1 change: 0 additions & 1 deletion fwdpy11/headers/fwdpy11/regions/GaussianS.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <stdexcept>
#include <fwdpy11/policies/mutation.hpp>
#include "Sregion.hpp"
#include "MutationDominance.hpp"

namespace fwdpy11
{
Expand Down
1 change: 0 additions & 1 deletion fwdpy11/headers/fwdpy11/regions/LogNormalS.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <sstream>
#include <fwdpy11/policies/mutation.hpp>
#include "Sregion.hpp"
#include "MutationDominance.hpp"

namespace fwdpy11
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <fwdpy11/policies/mutation.hpp>
#include <fwdpy11/gsl/gsl_error_handler_wrapper.hpp>
#include "Sregion.hpp"
#include "MutationDominance.hpp"

namespace fwdpy11
{
Expand Down
2 changes: 1 addition & 1 deletion fwdpy11/headers/fwdpy11/regions/Sregion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#include <fwdpy11/types/Mutation.hpp>
#include <fwdpy11/rng.hpp>
#include <gsl/gsl_cdf.h>
#include <fwdpy11/mutation_dominance/MutationDominance.hpp>
#include "Region.hpp"
#include "MutationDominance.hpp"

namespace fwdpy11
{
Expand Down
1 change: 0 additions & 1 deletion fwdpy11/headers/fwdpy11/regions/UniformS.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <stdexcept>
#include <fwdpy11/policies/mutation.hpp>
#include "Sregion.hpp"
#include "MutationDominance.hpp"

namespace fwdpy11
{
Expand Down
1 change: 0 additions & 1 deletion fwdpy11/headers/fwdpy11/regions/mvDES.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <cmath>
#include "Sregion.hpp"
#include "LogNormalS.hpp"
#include "MutationDominance.hpp"
#include "MultivariateGaussianEffects.hpp"
#include <fwdpy11/policies/mutation.hpp>
#include <gsl/gsl_matrix.h>
Expand Down
2 changes: 1 addition & 1 deletion fwdpy11/src/mutation_dominance/MutationDominance.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <fwdpy11/regions/MutationDominance.hpp>
#include <fwdpy11/mutation_dominance/MutationDominance.hpp>
#include <pybind11/pybind11.h>

namespace py = pybind11;
Expand Down

0 comments on commit 63feff2

Please sign in to comment.