X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetCaption.h;h=804a40a6d72b27f581a5df643ebd6df3845a8899;hb=06254d11dfdf670fab3548dc2a2674e7a261262c;hp=0ad098399eefe5d64e196b7d9a07fef43003a49e;hpb=f7b1c86393d890d5d473279d88e26bb78f8c1275;p=lyx.git diff --git a/src/insets/InsetCaption.h b/src/insets/InsetCaption.h index 0ad098399e..804a40a6d7 100644 --- a/src/insets/InsetCaption.h +++ b/src/insets/InsetCaption.h @@ -13,11 +13,11 @@ #define INSETCAPTION_H #include "InsetText.h" -#include "TextClass.h" - namespace lyx { +class TextClass; + /** A caption inset */ class InsetCaption : public InsetText {