intel / parameter-framework

Plugin-based and rule-based framework for describing and controlling parameters
https://01.org/parameter-framework/
Other
60 stars 48 forks source link

Fix ASIO headers "leaking" from libremote-processor headers #395

Open dawagner opened 7 years ago

dawagner commented 7 years ago

See test-platform's CMakefile: ASIO headers are "leaking" from libremote-processor because even though it should be an implementation detail, public headers of libremote-processor pull the ASIO headers.

Rework libremote-processor in order to avoid this.