]> git.lyx.org Git - lyx.git/blobdiff - src/support/LOstream.h
small changes read ChangeLog
[lyx.git] / src / support / LOstream.h
index 018266731fa1011cf17ec2e282fd65e53fd35845..7f3b97f045d3cb7daae0e1d976d19bbbff746cb0 100644 (file)
@@ -4,26 +4,19 @@
  * 
  *           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.
  *
- *======================================================*/
+ * ====================================================== */
 
 
 #ifndef LOSTREAM_H
 #define LOSTREAM_H 
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif             
-
 #ifdef HAVE_OSTREAM
 #include <ostream>
 #else 
 #include <iostream>
 #endif
 
-using std::ostream;
-using std::endl; 
-
 #endif