]> git.mxchange.org Git - simgear.git/commit
- fix one broken #include path (in a not usually compiled test app)
authormfranz <mfranz>
Tue, 12 May 2009 15:56:30 +0000 (15:56 +0000)
committerTim Moore <timoore@redhat.com>
Sat, 16 May 2009 14:18:37 +0000 (16:18 +0200)
commitf91d96b51af697a36a3ddbc55257b0954bd3b202
tree58e86ded5ba72ca12d1e1f06ee4e8288b2470988
parentbc19609147448bc73c7544edd71bb286f497ea08
- fix one broken #include path (in a not usually compiled test app)
- turn four #include paths from the "foo" form to <foo>

The quotes form is normally only used for headers with path relative
to the including file's path, though the standard doesn't strictly
mandate this. This is consistent with the rest of sg, it makes the
code's intent clearer and helps to find headers. (And it's a few
milliseconds faster, too.)
simgear/debug/logtest.cxx
simgear/math/interpolater.hxx
simgear/misc/tabbed_values.cxx
simgear/threads/SGThread.cxx
simgear/xml/xmldef.h