]> git.lyx.org Git - lyx.git/blobdiff - src/TextCache.C
Point fix, earlier forgotten
[lyx.git] / src / TextCache.C
index 31f97029f08e170bebeb43cca037eeccd2fb2868..509fd1e60a5b1c0cff4a4433931f9018af183938 100644 (file)
@@ -1,23 +1,18 @@
-/* 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"