I use the <> notation to refer to external libraries and would generally prefer library distributions to use it. The main reason I adopted this system is because of make tools that can be configured to skip any <> includes when looking for dependancies. The assumption being that, within my project, only the "" includes are normally subject to change.

Glen