X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_io.cxx;h=36ca64433d3f6dc923acdfcdaa59374ea88856d7;hb=f467ba360902e4395d23b35481c55844a3946b91;hp=e480614010168e60facae47cf64f337be95d751c;hpb=1f66606440d576501e8838d163c9c6b045766a22;p=flightgear.git diff --git a/src/Main/fg_io.cxx b/src/Main/fg_io.cxx index e48061401..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,149 +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