]> git.mxchange.org Git - simgear.git/blobdiff - simgear/debug/logstream.hxx
Fix a build order problem.
[simgear.git] / simgear / debug / logstream.hxx
index a4c4464aeb3c30c93a5258b93f7569e69eb95f1b..669ce0456e22fec5f3bae0eca67c8618f45c3ccf 100644 (file)
@@ -49,8 +49,6 @@ FG_USING_STD(endl);
 #endif
 
 #ifdef __MWERKS__
-#  define cerr std::cerr
-#  define endl std::endl
 FG_USING_STD(iostream);
 #endif