]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
next step...
[lyx.git] / src / debug.h
index 9c86d830ca440c34088ed14b0952339a7944901b..e58ed1ccb6c3162c571cc1b5e0059c64686affae 100644 (file)
@@ -5,7 +5,7 @@
  *           LyX, The Document Processor
  *        
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
@@ -19,7 +19,6 @@
 #include <iosfwd>
 
 #include "LString.h"
-#include "support/lstrings.h"
 
 /** Ideally this should have been a namespace, but since we try to be
     compilable on older C++ compilators too, we use a struct instead.