]> git.lyx.org Git - lyx.git/blobdiff - src/Trans.cpp
Update cursor and scrollbar after resize.
[lyx.git] / src / Trans.cpp
index ba01232ba751d5116ba169e2409f9823f4a81353..266d86765b02fe185767a3a8854e885237fd001d 100644 (file)
 #include "BufferView.h"
 #include "Cursor.h"
 #include "CutAndPaste.h"
-#include "support/debug.h"
 #include "Lexer.h"
 #include "LyXRC.h"
 #include "Text.h"
 
+#include "support/convert.h"
+#include "support/debug.h"
+#include "support/docstream.h"
 #include "support/FileName.h"
 #include "support/filetools.h"
 #include "support/lstrings.h"
-#include "support/convert.h"
-#include "support/docstream.h"
 
 using namespace std;
 using namespace lyx::support;