]> git.lyx.org Git - features.git/blobdiff - src/lyx_cb.h
Replace LString.h with support/std_string.h,
[features.git] / src / lyx_cb.h
index f156f1489dd1747487db6fd62bf2ccf5dedac7a3..8bd7bc0060e17212f6c19fc061bef3fd88d82cd5 100644 (file)
@@ -1,8 +1,18 @@
 // -*- C++ -*-
+/**
+ * \file lyx_cb.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #ifndef LYX_CB_H
 #define LYX_CB_H
 
-#include "LString.h"
+#include "support/std_string.h"
 
 class Buffer;
 class BufferView;