Program Listing for File diploid.hh

Return to documentation for file (fwdpp/diploid.hh)

#ifndef __DIPLOID_HH__
#define __DIPLOID_HH__

// namespace std
#include <vector>
#include <list>
#include <iterator>
#include <ctime>
#include <cmath>

// gsl
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>

// headers from this project
#include <fwdpp/type_traits.hpp>
#include <fwdpp/debug.hpp>
#include <fwdpp/fitness_models.hpp>
#include <fwdpp/forward_types.hpp>
#include <fwdpp/fwd_functional.hpp>
#include <fwdpp/insertion_policies.hpp>
#include <fwdpp/sampling_functions.hpp>
#include <fwdpp/util.hpp>
#include <fwdpp/sample_diploid.hpp>
#endif