]> git.lyx.org Git - features.git/blobdiff - src/metricsinfo.h
Replace LString.h with support/std_string.h,
[features.git] / src / metricsinfo.h
index fe64b81725b457b38b45b1d70a088da3c11af140..88fe44aaa380e0b987160ba5b221208908ffbd5e 100644 (file)
@@ -1,8 +1,19 @@
+// -*- C++ -*-
+/**
+ * \file metricsinfo.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #ifndef METRICSINFO_H
 #define METRICSINFO_H
 
 #include "lyxfont.h"
-#include "LString.h"
+#include "support/std_string.h"
 
 class Painter;
 class BufferView;