X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_io.cxx;h=36ca64433d3f6dc923acdfcdaa59374ea88856d7;hb=f467ba360902e4395d23b35481c55844a3946b91;hp=36a95295c975a1098086e442b1090ff67e266a93;hpb=1fd92702678bcf4a32f888fe3014c684e0235870;p=flightgear.git diff --git a/src/Main/fg_io.cxx b/src/Main/fg_io.cxx index 36a95295c..36ca64433 100644 --- a/src/Main/fg_io.cxx +++ b/src/Main/fg_io.cxx @@ -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 @@ -16,141 +16,283 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif -#include - -// #ifdef FG_HAVE_STD_INCLUDES -// # include -// # include // atoi() -// #else -// # include -// # include // atoi() -// #endif +#include -#include STL_STRING -// #include STL_IOSTREAM -// #include +#include // atoi() -#include -// #include -// #include -#include -#include
+#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include +#include +#include +#include +#include #include +#include +#ifdef FG_JPEG_SERVER +# include +#endif +#include +#include +#include +#include +#include +#include +#include #include +#include +#include +#include +#include +#include +#include -// #include