]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.C
reduce number of calls to LyXText::getFont
[lyx.git] / src / output_latex.C
index d1ea46e50d197c2d368ad5c0364f2cc4de97ad5d..42512d475fda230ea077c1e9fef627b4ece1c918 100644 (file)
 #include "texrow.h"
 #include "vspace.h"
 
+#include "insets/insetbibitem.h"
 #include "insets/insetoptarg.h"
 
 #include "support/lstrings.h"
 
-#ifdef HAVE_LOCALE
-#endif
-
 using lyx::support::subst;
 
 using std::endl;
 using std::ostream;
 using std::string;
 
-extern string bibitemWidest(Buffer const &);
-
 
 namespace {