]> git.lyx.org Git - lyx.git/blobdiff - src/support/LIstream.h
fix crossref label list, some debug messages + various
[lyx.git] / src / support / LIstream.h
index b59353cb9eddd700769f4bf65c9a1b2bab83d059..0abcb7490d112945b19eb3d7aab48e4677b8b579 100644 (file)
@@ -7,16 +7,12 @@
  *         Copyright (C) 1995 Matthias Ettrich
  *          Copyright (C) 1995-1999 The LyX Team.
  *
- *======================================================*/
+ * ====================================================== */
 
 
 #ifndef LISTREAM_H
 #define LISTREAM_H 
 
-#ifdef HAVE_CONFIG_H
-#include <config.h> 
-#endif
-
 #ifdef HAVE_ISTREAM
 #include <istream>
 #else