X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fhud.cxx;h=a8b7f5dd6ffd58611ef08da794846310f0bf3b92;hb=ddda2c68d5000377c7f76193f27ef78645fe316e;hp=d1e3c1f01cbfd705c41b062a0d2add10aa47950b;hpb=540849b9c37cda783182ef87e5ba4b8ad112a6f6;p=flightgear.git diff --git a/src/Cockpit/hud.cxx b/src/Cockpit/hud.cxx index d1e3c1f01..a8b7f5dd6 100644 --- a/src/Cockpit/hud.cxx +++ b/src/Cockpit/hud.cxx @@ -16,10 +16,15 @@ // // 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$ +#include +#include + +#include STL_STRING +#include STL_FSTREAM #ifdef HAVE_CONFIG_H # include @@ -32,36 +37,32 @@ #ifdef __BORLANDC__ # define exception c_exception #endif + #include -#include #include -#include +#include // char related functions +#include // strcmp() -#ifdef HAVE_VALUES_H -# include // for MAXINT -#endif +#include SG_GLU_H + +#include +#include +#include +#include #include -#include -#include -#include -#include
-#include -#include -#include -#include +#include +#include +#include
+#include
#include -#include