]> git.mxchange.org Git - flightgear.git/commit
turn a few #include paths from the "foo" form to <foo>
authormfranz <mfranz>
Thu, 14 May 2009 20:55:09 +0000 (20:55 +0000)
committerTim Moore <timoore@redhat.com>
Mon, 18 May 2009 10:24:17 +0000 (12:24 +0200)
commitb07ad149aebeb1d060bc9a0d505fdc1ca1081654
tree901ef374103c603533866a487230270b80e62059
parentf1d39fad28d2fa29254dcfb94d420d96316322b2
turn a few #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/fg, it makes the
code's intent clearer and helps to find headers. (And it's a few
milliseconds faster, too.)
18 files changed:
src/Airports/runwaybase.hxx
src/Airports/runways.hxx
src/Airports/simple.hxx
src/Cockpit/cockpit.hxx
src/Environment/environment_ctrl.cxx
src/Environment/environment_ctrl.hxx
src/Instrumentation/KLN89/kln89.cxx
src/Instrumentation/KLN89/kln89_page_apt.cxx
src/Instrumentation/KLN89/kln89_page_int.cxx
src/Instrumentation/KLN89/kln89_page_ndb.cxx
src/Instrumentation/KLN89/kln89_page_vor.cxx
src/Instrumentation/gps.cxx
src/Instrumentation/mk_viii.cxx
src/Instrumentation/mk_viii.hxx
src/Navaids/fixlist.cxx
src/Navaids/markerbeacon.cxx
src/Navaids/navdb.cxx
src/Navaids/navrecord.cxx