]> git.lyx.org Git - lyx.git/blobdiff - src/WorkArea.C
include shuffling and a mathed compile fix
[lyx.git] / src / WorkArea.C
index c70a8c720c76ac02867508af9d4ea7bfd3fe9bf8..c3b0d5f0abc0f38b1d69f7d34f42a0109657b38d 100644 (file)
@@ -9,25 +9,28 @@
  * ====================================================== */
 
 #include <config.h>
-#include <cmath>
-#include <cctype>
+
 #ifdef __GNUG__
 #pragma implementation
 #endif
 
 #include "WorkArea.h"
 #include "debug.h"
-#include "support/lstrings.h"
 #include "LyXView.h"
-#include "support/filetools.h" // LibFileSearch
 #include "lyxrc.h" // lyxrc.show_banner
 #include "version.h" // lyx_version
-#include "support/LAssert.h"
 
 #if FL_REVISION < 89 || (FL_REVISION == 89 && FL_FIXLEVEL < 5)
 #include "lyxlookup.h"
 #endif
 
+#include "support/filetools.h" // LibFileSearch
+#include "support/lstrings.h"
+#include "support/LAssert.h"
+
+#include <cmath>
+#include <cctype>
+
 using std::endl;
 
 FL_OBJECT * figinset_canvas;