X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FScenery%2Ftileentry.cxx;h=d85c73926a11e2c72ccd336ccc8497a694a58e25;hb=948aa70af78626584042b70fdf3c3babfb5aa804;hp=b55cf8dec28739b46e07332b335e21e30f10a109;hpb=535d708ee0c0f47ca0265357f37c3581b3c6a04e;p=flightgear.git diff --git a/src/Scenery/tileentry.cxx b/src/Scenery/tileentry.cxx index b55cf8dec..d85c73926 100644 --- a/src/Scenery/tileentry.cxx +++ b/src/Scenery/tileentry.cxx @@ -2,7 +2,7 @@ // // Written by Curtis Olson, started May 1998. // -// Copyright (C) 1998 - 2001 Curtis L. Olson - curt@flightgear.org +// Copyright (C) 1998 - 2001 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,10 +16,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. -// -// $Id$ - +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #ifdef HAVE_CONFIG_H # include @@ -27,1416 +24,114 @@ #include +#include +#include +#include + +#include + #include #include -#include -#include -#include - -#include -#include -#include
-#include
-#include -#include