]> git.lyx.org Git - lyx.git/blobdiff - src/TextCache.C
ws changes only
[lyx.git] / src / TextCache.C
index 509fd1e60a5b1c0cff4a4433931f9018af183938..4d8032554abbdadc4517d6fa60213274bb9cf333 100644 (file)
 #include <config.h>
 
 #include "TextCache.h"
-#include "buffer.h"
 #include "lyxtext.h"
 #include "bufferlist.h"
 #include "debug.h"
 
 #include <algorithm>
 
-using std::ostream;
-using std::for_each;
-using std::remove_if;
-using std::find_if;
 using std::endl;
+using std::find_if;
+using std::for_each;
 using std::make_pair;
+using std::string;
+using std::ostream;
 
 extern BufferList bufferlist;