$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rh_gmane_at_[hidden])
Date: 2005-08-10 02:42:35
Robert Ramey wrote:
>
> A very small observation on your code:
>
> #include <vector> // note this is superflous - but harmless
> #include <boost/serialization/vector.hpp> // as the above is included by
> this module
>
But this is assuming we know what headers other headers include. Yes
you can find out by examining those headers, but you can't tell just
from the name so I don't believe it should be regarded as superfluous.
Cheers
Russell