]> git.lyx.org Git - lyx.git/blobdiff - src/FontLoader.h
Fix crash when running lyx -dbg insets -e ...
[lyx.git] / src / FontLoader.h
index 189a0b986b53a6f33198db70fee16342f6b6b75e..0b5b2b09b3fd518be7658aa487baf83f10f7cbeb 100644 (file)
@@ -16,8 +16,7 @@
 #pragma interface
 #endif
 
-
-#include FORMS_H_LOCATION
+#include <X11/Xlib.h>
 #include "lyxfont.h"
 #include "LString.h"
 
@@ -74,6 +73,7 @@ private:
                             LyXFont::FONT_SIZE size);
 };
 
+///
 extern FontLoader fontloader;
 
 #endif