]> git.lyx.org Git - lyx.git/blobdiff - src/support/LOstream.h
remove commented HAVE_SSTREAM code
[lyx.git] / src / support / LOstream.h
index 7b44bb7ae26dfab8b1ac035fce0f800ae9b77d8b..7f3b97f045d3cb7daae0e1d976d19bbbff746cb0 100644 (file)
@@ -4,8 +4,8 @@
  * 
  *           LyX, The Document Processor
  *      
- *         Copyright (C) 1995 Matthias Ettrich
- *          Copyright (C) 1995-1999 The LyX Team.
+ *         Copyright 1995 Matthias Ettrich
+ *          Copyright 1995-2000 The LyX Team.
  *
  * ====================================================== */
 
@@ -19,8 +19,4 @@
 #include <iostream>
 #endif
 
-using std::ostream;
-using std::endl; 
-using std::flush;
-
 #endif