]> git.lyx.org Git - features.git/blobdiff - src/insets/Inset.h
Biblio.{h,cpp} --> BiblioInfo.{h,cpp}
[features.git] / src / insets / Inset.h
index c5b294614468466b5408992113a6e5298bcbac2f..25c343850d68f307bbfe51445a5e956f53bbf3be 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef INSETBASE_H
 #define INSETBASE_H
 
-#include "Biblio.h"
+//#include "BiblioInfo.h"
 #include "Changes.h"
 #include "Dimension.h"
 
@@ -26,6 +26,7 @@
 
 namespace lyx {
 
+class BiblioInfo;
 class Buffer;
 class BufferParams;
 class BufferView;