1
0
Fork 0

Replace boost::tuple by std::tuple

This commit is contained in:
gallaert 2020-04-22 10:43:33 +01:00 committed by James Turner
parent f7cbcd9e60
commit 99083d6b35

View file

@ -10,6 +10,8 @@
#include "submodel.hxx"
#include <algorithm>
#include <simgear/structure/exception.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/math/sg_geodesy.hxx>
@ -18,7 +20,6 @@
#include <Main/fg_props.hxx>
#include <Main/util.hxx>
#include "AIBase.hxx"
#include "AIManager.hxx"
#include "AIBallistic.hxx"