]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderPreview.cpp
Change string
[lyx.git] / src / insets / RenderPreview.cpp
index cc4fe5ed93ca05c55aac5b3d83c29ca94dfb1644..1d4fb9d6a5f521c8a73b4d9cb3e19beff22bc64d 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "BufferView.h"
 #include "Dimension.h"
-#include "gettext.h"
+#include "support/gettext.h"
 #include "LyX.h"
 #include "LyXRC.h"
 #include "MetricsInfo.h"
 
 #include <boost/bind.hpp>
 
+using namespace std;
+using namespace lyx::support;
 
 namespace lyx {
 
-using support::FileName;
-
-using std::string;
-
 
 LyXRC_PreviewStatus RenderPreview::status()
 {