~jtaylor/ubuntu/oneiric/flightgear/fix-749249

« back to all changes in this revision

Viewing changes to src/Network/garmin.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Ove Kaaven
  • Date: 2006-05-17 17:12:09 UTC
  • mfrom: (1.1.5 upstream) (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060517171209-9qbwm4q1uj05vhcj
Tags: 0.9.10-2
Updated the build dependencies for xorg 7.0. Apparently the
amd64 autobuilder doesn't use Provides.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
//
17
17
// You should have received a copy of the GNU General Public License
18
18
// along with this program; if not, write to the Free Software
19
 
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
19
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
20
20
//
21
 
// $Id: garmin.cxx,v 1.5 2004/11/19 22:10:43 curt Exp $
 
21
// $Id: garmin.cxx,v 1.7 2006-02-21 01:19:47 mfranz Exp $
22
22
 
 
23
#ifdef HAVE_CONFIG_H
 
24
#  include "config.h"
 
25
#endif
23
26
 
24
27
#include <simgear/debug/logstream.hxx>
25
28
#include <simgear/math/sg_geodesy.hxx>