]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/PreviewImage.cpp
Change the "empty layout" to the "plain layout", to try to avoid confusion.
[lyx.git] / src / graphics / PreviewImage.cpp
index ba51f85ce4b41386ff4f15a47f4c7e7784dd146c..306c2bfb12c524822f8e27a8b33201eaca2ec675 100644 (file)
 #include "PreviewLoader.h"
 
 #include "support/FileName.h"
-#include "support/lyxlib.h"
 
 #include <boost/bind.hpp>
 
-using std::string;
-
+using namespace std;
+using namespace lyx::support;
 
 namespace lyx {
-
-using support::FileName;
-
 namespace graphics {
 
 class PreviewImage::Impl : public boost::signals::trackable {