]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbibitem.C
ws changes only
[lyx.git] / src / insets / insetbibitem.C
index abf8c7ba75d98ffe8e79b71d54f9602166894541..d794437d35da16bcd99e15b88d5850074ed45d3b 100644 (file)
@@ -14,6 +14,7 @@
 #include "buffer.h"
 #include "BufferView.h"
 #include "funcrequest.h"
+#include "lyxfont.h"
 #include "lyxlex.h"
 #include "paragraph.h"
 
 #include "support/lstrings.h"
 #include "support/tostr.h"
 
-using namespace lyx::support;
+using lyx::support::prefixIs;
+using lyx::support::strToInt;
 
 using std::max;
+using std::string;
 using std::auto_ptr;