]> git.lyx.org Git - lyx.git/blobdiff - src/TextCache.C
ws changes only
[lyx.git] / src / TextCache.C
index 31f97029f08e170bebeb43cca037eeccd2fb2868..4d8032554abbdadc4517d6fa60213274bb9cf333 100644 (file)
@@ -1,34 +1,28 @@
-/* This file is part of
- * ======================================================
+/**
+ * \file TextCache.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team
+ * \author Lars Gullik Bjønnes
  *
- *           This file is Copyright 2000-2001
- *           Lars Gullik Bjønnes
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include "TextCache.h"
-#include "buffer.h"
+#include "lyxtext.h"
 #include "bufferlist.h"
 #include "debug.h"
 
 #include <algorithm>
 
-using std::ostream;
-using std::for_each;
-using std::remove_if;
-using std::find_if;
 using std::endl;
+using std::find_if;
+using std::for_each;
 using std::make_pair;
+using std::string;
+using std::ostream;
 
 extern BufferList bufferlist;