X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_io.hxx;h=b5a2cbb1718f7dee12b231968de7b92246d8ab31;hb=1c3e2d4942fe74dac43f1f6af542f9de7d4825db;hp=3f81f94177cdc2e2cc97e862edae218a9a1dc2be;hpb=df6989a37ac7d864f540d874067d7157446ab6a7;p=flightgear.git diff --git a/src/Main/fg_io.hxx b/src/Main/fg_io.hxx index 3f81f9417..b5a2cbb17 100644 --- a/src/Main/fg_io.hxx +++ b/src/Main/fg_io.hxx @@ -2,7 +2,7 @@ // // Written by Curtis Olson, started November 1999. // -// Copyright (C) 1999 Curtis L. Olson - curt@flightgear.org +// Copyright (C) 1999 Curtis L. Olson - http://www.flightgear.org/~curt // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -26,17 +26,17 @@ #include +#include + #include #include STL_STRING -#include "fgfs.hxx" - SG_USING_STD(vector); SG_USING_STD(string); class FGProtocol; -class FGIO : public FGSubsystem +class FGIO : public SGSubsystem { public: FGIO();