]> git.lyx.org Git - lyx.git/blobdiff - src/support/LIstream.h
another safety belt
[lyx.git] / src / support / LIstream.h
index b59353cb9eddd700769f4bf65c9a1b2bab83d059..74ea6dc1fec1f8ebb421f4eda443fd4fcf965e8e 100644 (file)
@@ -1,28 +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 LIstream.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ */
 
 #ifndef LISTREAM_H
-#define LISTREAM_H 
-
-#ifdef HAVE_CONFIG_H
-#include <config.h> 
-#endif
+#define LISTREAM_H
 
 #ifdef HAVE_ISTREAM
 #include <istream>
-#else 
+#else
 #include <iostream>
 #endif
 
-using std::istream;
-
 #endif