Closed satta closed 4 years ago
This PR changes #include statements in the GenomeThreader source to make sure to only include public headers (*_api.h) to allow linking against the the latest version of the shared GenomeTools library.
#include
*_api.h
Please also see https://github.com/genometools/genometools/pull/933 (the counterpart on the GenomeTools side).
This PR changes
#include
statements in the GenomeThreader source to make sure to only include public headers (*_api.h
) to allow linking against the the latest version of the shared GenomeTools library.Please also see https://github.com/genometools/genometools/pull/933 (the counterpart on the GenomeTools side).