]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaption.h
Embedding: display a pin at the top left corner of embedded figures
[lyx.git] / src / insets / InsetCaption.h
index 0ad098399eefe5d64e196b7d9a07fef43003a49e..804a40a6d72b27f581a5df643ebd6df3845a8899 100644 (file)
 #define INSETCAPTION_H
 
 #include "InsetText.h"
-#include "TextClass.h"
-
 
 namespace lyx {
 
+class TextClass;
+
 /** A caption inset
 */
 class InsetCaption : public InsetText {