]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/interpolator.cxx
Update doxgen config and some comments.
[simgear.git] / simgear / misc / interpolator.cxx
index 2e902cae09841873ec2e14a2eb1295b442a95d16..e558cf52e7ef4450950c0181430d17018495d5f6 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
-#include "interpolator.hxx"
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
-#include <simgear/math/SGMath.hxx>
+#include "interpolator.hxx"
 
 void SGInterpolator::addNew(SGPropertyNode* prop, int nPoints)
 {