X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetBibtex.h;h=75d010aa7c39b20dcbab7cddfa82df8c23b22a7e;hb=a3c84666b2dbfc75c9a80cf4f94612149cb2b570;hp=d4e1ad7ecbfaf2a687d7d30086835cde03567588;hpb=c75d667e788bbb43f98698217afacc107b73d353;p=lyx.git diff --git a/src/insets/InsetBibtex.h b/src/insets/InsetBibtex.h index d4e1ad7ecb..75d010aa7c 100644 --- a/src/insets/InsetBibtex.h +++ b/src/insets/InsetBibtex.h @@ -12,14 +12,16 @@ #ifndef INSET_BIBTEX_H #define INSET_BIBTEX_H -#include "BiblioInfo.h" #include "InsetCommand.h" -#include "support/FileNameList.h" +namespace lyx { -#include +class BiblioInfo; -namespace lyx { +namespace support { + class FileName; + class FileNameList; +} /** Used to insert BibTeX's information */