]> 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 a041779eb3e4feefd8c462594037c3f59ba356a3..d0354882110d09cdb52ef6f1eabf3a04e1853e44 100644 (file)
 
 #include <config.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"
 
-#include <gtkmm.h>
-
-
 namespace LyXScreenFactory {