]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbib.C
Just some changes to be able to change TabularFeatures with the Table menu
[lyx.git] / src / insets / insetbib.C
index 7bebfb9d1fba3028f8881902b815f4a3227d342d..fa7c45034136aec8eb32f61b31c271432655afa0 100644 (file)
@@ -1,9 +1,6 @@
 #include <config.h>
 
 #include <fstream>
-using std::ifstream;
-using std::getline;
-
 #include <cstdlib>
 
 #ifdef __GNUG__
@@ -23,6 +20,8 @@ using std::getline;
 #include "support/filetools.h"
 
 using std::ostream;
+using std::ifstream;
+using std::getline;
 using std::endl;
 
 extern BufferView * current_view;