]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsLoader.C
The std::string mammoth path.
[lyx.git] / src / graphics / GraphicsLoader.C
index 391fac6ac5380b3207cb90ef2e7f362ed61ccd91..5567841954476623ecd5cd2417ba6f07c78e3b59 100644 (file)
@@ -5,27 +5,26 @@
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
 #include "GraphicsLoader.h"
 
-#include "GraphicsCache.h"
 #include "GraphicsCacheItem.h"
 #include "GraphicsImage.h"
 #include "GraphicsParams.h"
 #include "LoaderQueue.h"
 
-#include "frontends/LyXView.h"
-
 #include <boost/bind.hpp>
-#include <boost/signals/trackable.hpp>
 
-#include <list>
 
-namespace grfx {
+using std::string;
+
+
+namespace lyx {
+namespace graphics {
 
 struct Loader::Impl : boost::signals::trackable {
        ///
@@ -62,7 +61,6 @@ private:
 
        ///
        Params params_;
-
 };
 
 
@@ -296,4 +294,5 @@ void Loader::Impl::startLoading()
 }
 
 
-} // namespace grfx
+} // namespace graphics
+} // namespace lyx