]> git.lyx.org Git - lyx.git/blobdiff - src/support/LOstream.h
another safety belt
[lyx.git] / src / support / LOstream.h
index 32eba7d65d7a0a5dbf489bec78eb0f2263d58590..56211ad2e543c74a7d352042826b4cf6a045c7bd 100644 (file)
@@ -1,26 +1,17 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
- * 
- *           LyX, The Document Processor
- *      
- *         Copyright 1995 Matthias Ettrich
- *          Copyright 1995-2000 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; 
-using std::flush;
-
 #endif