]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
* ANNOUNCE
[lyx.git] / src / insets / InsetBibtex.h
index d4e1ad7ecbfaf2a687d7d30086835cde03567588..75d010aa7c39b20dcbab7cddfa82df8c23b22a7e 100644 (file)
 #ifndef INSET_BIBTEX_H
 #define INSET_BIBTEX_H
 
-#include "BiblioInfo.h"
 #include "InsetCommand.h"
 
-#include "support/FileNameList.h"
+namespace lyx {
 
-#include <map>
+class BiblioInfo;
 
-namespace lyx {
+namespace support {
+       class FileName;
+       class FileNameList;
+}
 
 /** Used to insert BibTeX's information
   */