]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBibtex.h
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[features.git] / src / insets / InsetBibtex.h
index e54dd7ab4f987018f4b6ad71ec55d708765dd0b9..64cab78beac8b478bc4aec91cf3dc6e0a9edf4e6 100644 (file)
@@ -13,7 +13,6 @@
 #define INSET_BIBTEX_H
 
 #include "BiblioInfo.h"
-#include "EmbeddedFiles.h"
 #include "InsetCommand.h"
 
 #include "support/FileNameList.h"
@@ -22,7 +21,6 @@
 
 namespace lyx {
 
-
 /** Used to insert BibTeX's information
   */
 class InsetBibtex : public InsetCommand {