X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FGUI%2Fgui.cxx;h=2e8305ba419b6b9adf25aba261b78b8224c6a06d;hb=5cad5aa7da2476ca8323a61f81dea59676dca085;hp=09b8562a9d5036c2965cfabd9d7a8b944f85f455;hpb=818a462a02be1b5301502aa803dd7e3c6edcec26;p=flightgear.git diff --git a/src/GUI/gui.cxx b/src/GUI/gui.cxx index 09b8562a9..2e8305ba4 100644 --- a/src/GUI/gui.cxx +++ b/src/GUI/gui.cxx @@ -18,7 +18,7 @@ * * 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$ **************************************************************************/ @@ -30,1895 +30,91 @@ #include -#ifdef FG_MATH_EXCEPTION_CLASH -# include -#endif - -#ifdef HAVE_WINDOWS_H -# include -#endif - -#include -#include - -#if defined(FX) && defined(XMESA) -# include -#endif - -#include STL_FSTREAM -#include STL_STRING +#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_NETWORK_OLK -#include -#endif -#include