1
0
Fork 0

Fixed to look for easyxml.hxx in the simgear/xml rather than simgear/.

This commit is contained in:
david 2001-12-16 22:00:35 +00:00
parent 0505201362
commit 7abad40151
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#ifndef _FGFDM_HPP
#define _FGFDM_HPP
#include <simgear/easyxml.hxx>
#include <simgear/xml/easyxml.hxx>
#include "Airplane.hpp"
#include "Vector.hpp"

View file

@ -2,7 +2,7 @@
#include <simgear/misc/sg_path.hxx>
#include <simgear/debug/logstream.hxx>
#include <simgear/easyxml.hxx>
#include <simgear/xml/easyxml.hxx>
#include <Main/globals.hxx>
#include <Main/fg_props.hxx>
#include <Scenery/scenery.hxx>