]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/point3d.hxx
Cygwin fixes.
[simgear.git] / simgear / math / point3d.hxx
index 3537d45cbf4f5c5a42d2eced1b706a5e184fad9e..77fd4a5b906018267eb50c67097fd58901d2a69c 100644 (file)
@@ -8,7 +8,7 @@
  * Adapted from algebra3 by Jean-Francois Doue, started October 1998.
  */
 
-// Copyright (C) 1998  Curtis L. Olson  - curt@me.umn.edu
+// Copyright (C) 1998  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
 SG_USING_NAMESPACE(std);
 #endif
 
-#ifndef SG_HAVE_NATIVE_SGI_COMPILERS
 SG_USING_STD(ostream);
 SG_USING_STD(istream);
-#endif
 
 
 const double fgPoint3_Epsilon = 0.0000001;