]> git.lyx.org Git - lyx.git/blobdiff - src/support/LIstream.h
Create a grfx::Loader class and so move large chunks of code out of
[lyx.git] / src / support / LIstream.h
index 0abcb7490d112945b19eb3d7aab48e4677b8b579..60d5bc79aa4eac6eb4c22a2db47fecad40335d22 100644 (file)
@@ -1,24 +1,22 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
- *         Copyright (C) 1995 Matthias Ettrich
- *          Copyright (C) 1995-1999 The LyX Team.
+ *
+ *         Copyright 1995 Matthias Ettrich
+ *          Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
 
 #ifndef LISTREAM_H
-#define LISTREAM_H 
+#define LISTREAM_H
 
 #ifdef HAVE_ISTREAM
 #include <istream>
-#else 
+#else
 #include <iostream>
 #endif
 
-using std::istream;
-
 #endif