]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsLoader.C
Fix InsetInclude properly. Data is now stored in an InsetCommandParams
[lyx.git] / src / graphics / GraphicsLoader.C
index 391fac6ac5380b3207cb90ef2e7f362ed61ccd91..7b05ffea565735c9475f77235ccf9edb105d9e1b 100644 (file)
@@ -5,27 +5,23 @@
  *
  * \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 {
+namespace lyx {
+namespace graphics {
 
 struct Loader::Impl : boost::signals::trackable {
        ///
@@ -62,7 +58,6 @@ private:
 
        ///
        Params params_;
-
 };
 
 
@@ -296,4 +291,5 @@ void Loader::Impl::startLoading()
 }
 
 
-} // namespace grfx
+} // namespace graphics
+} // namespace lyx