]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/LyXScreenFactory.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / LyXScreenFactory.C
index 3b72c9905a909945f9ec4fd937b1efacecb2e711..d0354882110d09cdb52ef6f1eabf3a04e1853e44 100644 (file)
 
 #include <config.h>
 
-#include <gtkmm.h>
-#include "frontends/LyXScreenFactory.h"
+// Too hard to make concept checks work with this file
+#ifdef _GLIBCPP_CONCEPT_CHECKS
+#undef _GLIBCPP_CONCEPT_CHECKS
+#endif
+
 #include "GWorkArea.h"
 #include "GScreen.h"
 
-
-
+#include "frontends/LyXScreenFactory.h"
 
 namespace LyXScreenFactory {