]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCache.h
Fix InsetInclude properly. Data is now stored in an InsetCommandParams
[lyx.git] / src / graphics / GraphicsCache.h
index 3098c9e4d91499e4675346110939bc282f373a70..41427e07b33ce3e72609f662df7672a8765e5642 100644 (file)
@@ -1,26 +1,26 @@
 // -*- C++ -*-
 /**
- *  \file GraphicsCache.h
+ * \file GraphicsCache.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
  * \author Baruch Even
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  *
- *  lyx::graphics::Cache is the manager of the image cache.
- *  It is responsible for creating the lyx::graphics::CacheItem's
- *  and maintaining them.
+ * lyx::graphics::Cache is the manager of the image cache.
+ * It is responsible for creating the lyx::graphics::CacheItem's
+ * and maintaining them.
  *
- *  lyx::graphics::Cache is a singleton class. It is possible to have only one
- *  instance of it at any moment.
+ * lyx::graphics::Cache is a singleton class. It is possible to have only one
+ * instance of it at any moment.
  */
 
 #ifndef GRAPHICSCACHE_H
 #define GRAPHICSCACHE_H
 
-#include "LString.h"
+#include "support/std_string.h"
 #include <vector>
 #include <boost/utility.hpp>
 #include <boost/scoped_ptr.hpp>