]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/transmission.hxx
warning fixes
[flightgear.git] / src / ATCDCL / transmission.hxx
index 8318d5a3b2a717d22bbd5049ff19867de6f39be0..c8ee2ce10c8c37f808f45a8995e9841625541fc9 100644 (file)
 
 #include <Main/fg_props.hxx>
 
-#ifdef SG_HAVE_STD_INCLUDES
 #  include <istream>
-#include <iomanip>
-#elif defined( SG_HAVE_NATIVE_SGI_COMPILERS )
-#  include <iostream.h>
-#elif defined( __BORLANDC__ )
-#  include <iostream>
-#else
-#  include <istream.h>
-#include <iomanip.h>
-#endif
 
 #include "ATC.hxx"