]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/approach.hxx
Merge branch 'tbm/graphics-bug' into next
[flightgear.git] / src / ATCDCL / approach.hxx
index ad6bea6a2c4030dbd80317cad9229c9e567d2aa3..9ea32b9c0c81077f29ea6be423c109f058462ccd 100644 (file)
 
 #include <Main/fg_props.hxx>
 
-#ifdef SG_HAVE_STD_INCLUDES
 #  include <iosfwd>
-#elif defined( SG_HAVE_NATIVE_SGI_COMPILERS )
-#  include <iostream.h>
-#elif defined( __BORLANDC__ )
-#  include <iostream>
-#else
-#  include <istream.h>
-#endif
 
 #include "ATC.hxx"
 #include "transmission.hxx"