]> git.lyx.org Git - lyx.git/blobdiff - src/support/LOstream.h
fixes because of SUN CC warnings, bmtable now compiled with C compilator, countChar...
[lyx.git] / src / support / LOstream.h
index 018266731fa1011cf17ec2e282fd65e53fd35845..2db23aeeba3661b3d5d1fbf6fb1883f30eb821d7 100644 (file)
@@ -7,16 +7,12 @@
  *         Copyright (C) 1995 Matthias Ettrich
  *          Copyright (C) 1995-1999 The LyX Team.
  *
- *======================================================*/
+ * ====================================================== */
 
 
 #ifndef LOSTREAM_H
 #define LOSTREAM_H 
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif             
-
 #ifdef HAVE_OSTREAM
 #include <ostream>
 #else