[Scummvm-devel] [Scummvm-cvs-logs] SF.net SVN: scummvm: [23585] scummvm/trunk/sound
Eugene Sandulenko
sev at scummvm.org
Mon Jul 24 13:18:44 CEST 2006
On Sun, 23 Jul 2006 09:13:54 -0700
eriktorbjorn at users.sourceforge.net wrote:
> Revision: 23585
> Author: eriktorbjorn
> Date: 2006-07-23 09:13:26 -0700 (Sun, 23 Jul 2006)
> ViewCVS: http://svn.sourceforge.net/scummvm/?rev=23585&view=rev
>
> Log Message:
> -----------
> Use #include "..." instead of #include <...> for pack-start.h and
> pack-end.h for consistency with other #includes.
In fact, this is not only consistent but is more correct. Angle
brackets are usually used for system-wide includes, not local ones.
Thanks for fixing that.
Eugene
More information about the Scummvm-devel
mailing list