]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsParams.h
The std::string mammoth path.
[lyx.git] / src / graphics / GraphicsParams.h
index 338b300ae463c0ee35f378c907bf437113be568b..678566e2bdc387bd679746df286ed992cf7c7bc3 100644 (file)
@@ -15,7 +15,8 @@
 #define GRAPHICSPARAMS_H
 
 #include "GraphicsTypes.h"
-#include "support/std_string.h"
+
+#include <string>
 #include <iosfwd>
 
 
@@ -29,7 +30,7 @@ struct BoundingBox {
        ///
        BoundingBox();
        ///
-       BoundingBox(string const &);
+       BoundingBox(std::string const &);
 
        /// 0 0 0 0 is empty!
        bool empty() const;
@@ -54,7 +55,7 @@ struct Params
        unsigned int scale;
 
        /// The image filename.
-       string filename;
+       std::string filename;
 
        /** Note that the BoundingBox is always relative to the BoundingBox
         *  as stored in the EPS file.