]> 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 3d91ce13ab82e425e8077edd979e85da3fd1c68f..7b05ffea565735c9475f77235ccf9edb105d9e1b 100644 (file)
@@ -5,25 +5,20 @@
  *
  * \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 lyx {
 namespace graphics {
@@ -63,7 +58,6 @@ private:
 
        ///
        Params params_;
-
 };