X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FGUI%2Fgui.cxx;h=2e8305ba419b6b9adf25aba261b78b8224c6a06d;hb=474789269b7656509f62339c17e62a55b6157d43;hp=cc0c0b1414d8f7fd0b9300d07b500470a93e7591;hpb=a975fd77c5cdee59b940cc72607978d1ccf734fe;p=flightgear.git diff --git a/src/GUI/gui.cxx b/src/GUI/gui.cxx index cc0c0b141..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