X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FGUI%2Fgui.cxx;h=2e8305ba419b6b9adf25aba261b78b8224c6a06d;hb=5cad5aa7da2476ca8323a61f81dea59676dca085;hp=f8200d075e8b866c9efb012da7666f8442b2e465;hpb=4f6ed28a176a7122846301c1295f780ba4387b8d;p=flightgear.git diff --git a/src/GUI/gui.cxx b/src/GUI/gui.cxx index f8200d075..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,1842 +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_STRING +#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