]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCache.C
The std::string mammoth path.
[lyx.git] / src / graphics / GraphicsCache.C
index a220462f543ea86f7c89efccd78a16f5be78ded9..124141604e3fa115fb0f642d0e9b0ef48d892735 100644 (file)
 
 #include "support/filetools.h"
 
-#include "frontends/lyx_gui.h"
+namespace support = lyx::support;
 
-#include <map>
+using std::string;
 
-namespace support = lyx::support;
 
 namespace lyx {
 namespace graphics {
@@ -48,7 +47,7 @@ Cache & Cache::get()
 
 
 Cache::Cache()
-       : pimpl_(new Impl())
+       : pimpl_(new Impl)
 {}