X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAIStatic.cxx;h=5ac1f4ce3aa2a78e007eb4208e9250050a315640;hb=c112b8b8e169a427e8cb0da871347e5c10031479;hp=a480e2eeedf5517468b57ebf267b3b0efc502b4d;hpb=747b1e11cc5dd80b204668011c8957c174db563c;p=flightgear.git diff --git a/src/AIModel/AIStatic.cxx b/src/AIModel/AIStatic.cxx index a480e2eee..5ac1f4ce3 100644 --- a/src/AIModel/AIStatic.cxx +++ b/src/AIModel/AIStatic.cxx @@ -22,19 +22,18 @@ # include #endif -#include #include
#include
#include #include #include -SG_USING_STD(string); +using std::string; #include "AIStatic.hxx" -FGAIStatic::FGAIStatic() : FGAIBase(otStatic) { +FGAIStatic::FGAIStatic() : FGAIBase(otStatic, false) { }