X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FGUI%2Fgui.cxx;h=2e8305ba419b6b9adf25aba261b78b8224c6a06d;hb=4c7fb6c91bbf17119407748d4d49d627748ad037;hp=8ce464eacc514f7fe135763dc6e9b5a215f57d2c;hpb=90707efd3f381a26ab1da35d35384c0f409785c2;p=flightgear.git diff --git a/src/GUI/gui.cxx b/src/GUI/gui.cxx index 8ce464eac..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,1893 +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
-#include
-#include
-#ifdef FG_NETWORK_OLK -#include -#endif -#include