]> git.lyx.org Git - lyx.git/blobdiff - src/vc-backend.C
John's Layout Tabular UI improvements and Martins fixes to clearing the
[lyx.git] / src / vc-backend.C
index 2a9d69c559cb8e02884820fd5e83accbbed55cda..a5fd7be2a5d532e9a14eb96f6614ae1f4a32a7bc 100644 (file)
@@ -4,20 +4,21 @@
 #pragma implementation
 #endif
 
-#include <fstream>
-
 #include "vc-backend.h"
 #include "debug.h"
+#include "buffer.h"
+#include "BufferView.h"
+#include "LyXView.h"
+#include "lyxfunc.h"
+
 #include "support/FileInfo.h"
 #include "support/LRegex.h"
 #include "support/LSubstring.h"
 #include "support/path.h"
 #include "support/filetools.h"
 #include "support/lstrings.h"
-#include "buffer.h"
-#include "BufferView.h"
-#include "LyXView.h"
-#include "lyxfunc.h"
+
+#include <fstream>
 
 using std::endl;
 using std::ifstream;