]> git.lyx.org Git - features.git/blobdiff - src/TextCache.h
Replace LString.h with support/std_string.h,
[features.git] / src / TextCache.h
index 73bdf8f33a5d5aa321969e2fcb778b8ab72bdf72..eea20a7ffa091d763556e2d7d39ced455e019179 100644 (file)
@@ -1,20 +1,18 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file TextCache.h
+ * 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.
+ */
 
 #ifndef TEXT_CACHE_H
 #define TEXT_CACHE_H
 
-#include "LString.h"
+#include "support/std_string.h"
 
 #include <iosfwd>
 #include <map>