]> git.lyx.org Git - lyx.git/blobdiff - src/TextCache.h
ws changes only
[lyx.git] / src / TextCache.h
index eea20a7ffa091d763556e2d7d39ced455e019179..50c60852520addaef9f6893e3a834f75b19fd949 100644 (file)
 #ifndef TEXT_CACHE_H
 #define TEXT_CACHE_H
 
-#include "support/std_string.h"
-
 #include <iosfwd>
 #include <map>
+#include <string>
 
 class Buffer;
 class LyXText;
@@ -117,7 +116,7 @@ public:
        LyXText * findFit(Buffer * b, int p);
        /** Lists all the LyXText's currently in the cache.
            Uses msg as header for the list. */
-       void show(std::ostream & o, string const & msg);
+       void show(std::ostream & o, std::string const & msg);
        /// Gives info on a single LyXText (buffer and width)
        static void show(std::ostream & o, value_type const &);
        /** Adds a LyXText to the cache iff its buffer is