]> git.lyx.org Git - lyx.git/blobdiff - src/TextCache.C
John's Layout Tabular UI improvements and Martins fixes to clearing the
[lyx.git] / src / TextCache.C
index 6b3d9b4b832cecf651d6584cb91b968693ed618f..48fd18fc761f818f9f0ac92b4bf94315936c4f0d 100644 (file)
 #pragma implementation
 #endif
 
-#include <algorithm>
-
 #include "TextCache.h"
 #include "buffer.h"
 #include "bufferlist.h"
 #include "debug.h"
 
+#include <algorithm>
+
 using std::ostream;
 using std::for_each;
 using std::remove_if;