genometools / genomethreader

GenomeThreader gene prediction software.
ISC License
11 stars 5 forks source link

only include _api.h headers from GenomeTools #10

Closed satta closed 4 years ago

satta commented 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.

Please also see https://github.com/genometools/genometools/pull/933 (the counterpart on the GenomeTools side).