]> git.lyx.org Git - lyx.git/blobdiff - src/support/LOstream.h
another safety belt
[lyx.git] / src / support / LOstream.h
index 0dd31d3b1e10b444ec555cce10f029d1730d1a77..56211ad2e543c74a7d352042826b4cf6a045c7bd 100644 (file)
@@ -1,25 +1,17 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
- * 
- *           LyX, The Document Processor
- *      
- *         Copyright (C) 1995 Matthias Ettrich
- *          Copyright (C) 1995-1999 The LyX Team.
- *
- *======================================================*/
-
+/**
+ * \file LOstream.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ */
 
 #ifndef LOSTREAM_H
-#define LOSTREAM_H 
+#define LOSTREAM_H
 
 #ifdef HAVE_OSTREAM
 #include <ostream>
-#else 
+#else
 #include <iostream>
 #endif
 
-using std::ostream;
-using std::endl; 
-
 #endif