X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_io.cxx;h=36ca64433d3f6dc923acdfcdaa59374ea88856d7;hb=7cde2e800bccd4883f03eceb5283add24755b377;hp=71687c7790388ca93f43cd7f9752411eb5788a47;hpb=2c595081560143927271b55f458a877d92df1503;p=flightgear.git diff --git a/src/Main/fg_io.cxx b/src/Main/fg_io.cxx index 71687c779..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,171 +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 -#include STL_STRING +#include // atoi() + +#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 -#include